HEX: #ACEFDF
RGB: (172,239,223)
#ACEFDF contains mainly green and blue colors. Web safe color of #ACEFDF is #99FFCC (or #9FC).
#ACEFDF color RGB value is (172,239,223).
RGB: (172,239,223)
(67%, 94%, 87%)
R 172 of 255 = 67%
G 239 of 255 = 94%
B 223 of 255 = 87%
R + G + B ~ 83%. #ACEFDF is quite light color.
R + G + B = 172 + 239 + 223 = 634 (100%)
R 172 of 634 ~ 27.13%
G 239 of 634 ~ 37.7%
B 223 of 634 ~ 35.17'%
#ACEFDF color CMYK value is (28,0,7,6).
CMYK: (28,0,7,6)
C28M0Y7K6 (28%, 0%, 7%, 6%)
(0.28 / 0.00 / 0.07 / 0.06)
Color #ACEFDF in popluar color models
AC | EF | DF | |
---|---|---|---|
RGB | 172 | 239 | 223 |
HSL | 166° | 67.68% | 80.59% |
HSB/HSV | 166° | 28.03% | 93.73% |
CMYK | 28.03% | 0.00% | 6.69% |
6.27% |
Color #ACEFDF in popluar number systems.
HEX | AC | EF | DF |
Decimal | 172 | 239 | 223 |
Binary | 10101100 | 11101111 | 11011111 |
Octal | 254 | 357 | 337 |
Shades of #ACEFDF
Tints of #ACEFDF
Examples of css and html codes for elements with #ACEFDF color. Also use rgb(172,239,223) instead hex code.
.myTextColor { color: #ACEFDF; }
<p style="color:#ACEFDF">This sample text font color is #ACEFDF.</p>
This text font color is #ACEFDF.
.myBgColor { background-color: #ACEFDF; }
<div style="background-color:#ACEFDF">Inner text</div>
This div background color is #ACEFDF.
.myBorderColor { border: 1px solid #ACEFDF; }
<div style="border:3px solid #ACEFDF">Div</div>
This div border color is #ACEFDF.
.myOpacity80 { color: #ACEFDF; opacity: 0.8; }
<p style="color:#ACEFDF;opacity:0.8;">80%</p>
Text with #ACEFDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACEFDF;}
<p style="text-shadow: 3px 3px 1px #ACEFDF">Text here.</p>
This text has shadow with #ACEFDF color.
.textShadow {text-shadow: 3px 3px 1px #ACEFDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACEFDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACEFDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACEFDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACEFDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACEFDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACEFDF;
-webkit-box-shadow: 1px 1px 3px 2px #ACEFDF;
box-shadow: 1px 1px 3px 2px #ACEFDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACEFDF; -webkit-box-shadow: 1px 1px 3px 2px #ACEFDF; box-shadow:1px 1px 3px 2px #ACEFDF;">
Div content here
</div>
This text has color #ACEFDF on black background.
This text has color #ACEFDF on white background.
This text has black color on #ACEFDF background.
This text has white color on #ACEFDF background.
Complementary color for #hex is #531020.