HEX: #ACEFF1
RGB: (172,239,241)
#ACEFF1 contains mainly green and blue colors. Web safe color of #ACEFF1 is #99FFFF (or #9FF).
#ACEFF1 color RGB value is (172,239,241).
RGB: (172,239,241)
(67%, 94%, 95%)
R 172 of 255 = 67%
G 239 of 255 = 94%
B 241 of 255 = 95%
R + G + B ~ 85%. #ACEFF1 is quite light color.
R + G + B = 172 + 239 + 241 = 652 (100%)
R 172 of 652 ~ 26.38%
G 239 of 652 ~ 36.66%
B 241 of 652 ~ 36.96'%
#ACEFF1 color CMYK value is (29,1,0,5).
CMYK: (29,1,0,5) C29M1Y0K5 (29%,1%,0%,5%) (0.29/0.01/0.00/0.05)
Color #ACEFF1 in popluar color models
AC | EF | F1 | |
---|---|---|---|
RGB | 172 | 239 | 241 |
HSL | 182° | 71.13% | 80.98% |
HSB/HSV | 182° | 28.63% | 94.51% |
CMYK | 28.63% | 0.83% | 0.00% |
5.49% |
Color #ACEFF1 in popluar number systems.
HEX | AC | EF | F1 |
Decimal | 172 | 239 | 241 |
Binary | 10101100 | 11101111 | 11110001 |
Octal | 254 | 357 | 361 |
Shades of #ACEFF1
Tints of #ACEFF1
Examples of css and html codes for elements with #ACEFF1 color. Also use rgb(172,239,241) instead hex code.
.myTextColor { color: #ACEFF1; }
<p style="color:#ACEFF1">This sample text font color is #ACEFF1.</p>
This text font color is #ACEFF1.
.myBgColor { background-color: #ACEFF1; }
<div style="background-color:#ACEFF1">Inner text</div>
This div background color is #ACEFF1.
.myBorderColor { border: 1px solid #ACEFF1; }
<div style="border:3px solid #ACEFF1">Div</div>
This div border color is #ACEFF1.
.myOpacity80 { color: #ACEFF1; opacity: 0.8; }
<p style="color:#ACEFF1;opacity:0.8;">80%</p>
Text with #ACEFF1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACEFF1;}
<p style="text-shadow: 3px 3px 1px #ACEFF1">Text here.</p>
This text has shadow with #ACEFF1 color.
.textShadow {text-shadow: 3px 3px 1px #ACEFF1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACEFF1, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACEFF1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACEFF1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACEFF1, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACEFF1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACEFF1;
-webkit-box-shadow: 1px 1px 3px 2px #ACEFF1;
box-shadow: 1px 1px 3px 2px #ACEFF1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACEFF1; -webkit-box-shadow: 1px 1px 3px 2px #ACEFF1; box-shadow:1px 1px 3px 2px #ACEFF1;">
Div content here
</div>
This text has color #ACEFF1 on black background.
This text has color #ACEFF1 on white background.
This text has black color on #ACEFF1 background.
This text has white color on #ACEFF1 background.
Complementary color for #hex is #53100E.