HEX: #ACE1FD
RGB: (172,225,253)
#ACE1FD contains mainly green and blue colors. Web safe color of #ACE1FD is #99CCFF (or #9CF).
#ACE1FD color RGB value is (172,225,253).
RGB: (172,225,253)
(67%, 88%, 99%)
R 172 of 255 = 67%
G 225 of 255 = 88%
B 253 of 255 = 99%
R + G + B ~ 85%. #ACE1FD is quite light color.
R + G + B = 172 + 225 + 253 = 650 (100%)
R 172 of 650 ~ 26.46%
G 225 of 650 ~ 34.62%
B 253 of 650 ~ 38.92'%
#ACE1FD color CMYK value is (32,11,0,1).
CMYK: (32,11,0,1)
C32M11Y0K1 (32%, 11%, 0%, 1%)
(0.32 / 0.11 / 0.00 / 0.01)
Color #ACE1FD in popluar color models
AC | E1 | FD | |
---|---|---|---|
RGB | 172 | 225 | 253 |
HSL | 201° | 95.29% | 83.33% |
HSB/HSV | 201° | 32.02% | 99.22% |
CMYK | 32.02% | 11.07% | 0.00% |
0.78% |
Color #ACE1FD in popluar number systems.
HEX | AC | E1 | FD |
Decimal | 172 | 225 | 253 |
Binary | 10101100 | 11100001 | 11111101 |
Octal | 254 | 341 | 375 |
Shades of #ACE1FD
Tints of #ACE1FD
Examples of css and html codes for elements with #ACE1FD color. Also use rgb(172,225,253) instead hex code.
.myTextColor { color: #ACE1FD; }
<p style="color:#ACE1FD">This sample text font color is #ACE1FD.</p>
This text font color is #ACE1FD.
.myBgColor { background-color: #ACE1FD; }
<div style="background-color:#ACE1FD">Inner text</div>
This div background color is #ACE1FD.
.myBorderColor { border: 1px solid #ACE1FD; }
<div style="border:3px solid #ACE1FD">Div</div>
This div border color is #ACE1FD.
.myOpacity80 { color: #ACE1FD; opacity: 0.8; }
<p style="color:#ACE1FD;opacity:0.8;">80%</p>
Text with #ACE1FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACE1FD;}
<p style="text-shadow: 3px 3px 1px #ACE1FD">Text here.</p>
This text has shadow with #ACE1FD color.
.textShadow {text-shadow: 3px 3px 1px #ACE1FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACE1FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACE1FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACE1FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACE1FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACE1FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACE1FD;
-webkit-box-shadow: 1px 1px 3px 2px #ACE1FD;
box-shadow: 1px 1px 3px 2px #ACE1FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACE1FD; -webkit-box-shadow: 1px 1px 3px 2px #ACE1FD; box-shadow:1px 1px 3px 2px #ACE1FD;">
Div content here
</div>
This text has color #ACE1FD on black background.
This text has color #ACE1FD on white background.
This text has black color on #ACE1FD background.
This text has white color on #ACE1FD background.
Complementary color for #hex is #531E02.