HEX: #ADD4FC
RGB: (173,212,252)
#ADD4FC contains mainly green and blue colors. Web safe color of #ADD4FC is #99CCFF (or #9CF).
#ADD4FC color RGB value is (173,212,252).
RGB: (173,212,252)
(68%, 83%, 99%)
R 173 of 255 = 68%
G 212 of 255 = 83%
B 252 of 255 = 99%
R + G + B ~ 83%. #ADD4FC is quite light color.
R + G + B = 173 + 212 + 252 = 637 (100%)
R 173 of 637 ~ 27.16%
G 212 of 637 ~ 33.28%
B 252 of 637 ~ 39.56'%
#ADD4FC color CMYK value is (31,16,0,1).
CMYK: (31,16,0,1)
C31M16Y0K1 (31%, 16%, 0%, 1%)
(0.31 / 0.16 / 0.00 / 0.01)
Color #ADD4FC in popluar color models
AD | D4 | FC | |
---|---|---|---|
RGB | 173 | 212 | 252 |
HSL | 210° | 92.94% | 83.33% |
HSB/HSV | 210° | 31.35% | 98.82% |
CMYK | 31.35% | 15.87% | 0.00% |
1.18% |
Color #ADD4FC in popluar number systems.
HEX | AD | D4 | FC |
Decimal | 173 | 212 | 252 |
Binary | 10101101 | 11010100 | 11111100 |
Octal | 255 | 324 | 374 |
Shades of #ADD4FC
Tints of #ADD4FC
Examples of css and html codes for elements with #ADD4FC color. Also use rgb(173,212,252) instead hex code.
.myTextColor { color: #ADD4FC; }
<p style="color:#ADD4FC">This sample text font color is #ADD4FC.</p>
This text font color is #ADD4FC.
.myBgColor { background-color: #ADD4FC; }
<div style="background-color:#ADD4FC">Inner text</div>
This div background color is #ADD4FC.
.myBorderColor { border: 1px solid #ADD4FC; }
<div style="border:3px solid #ADD4FC">Div</div>
This div border color is #ADD4FC.
.myOpacity80 { color: #ADD4FC; opacity: 0.8; }
<p style="color:#ADD4FC;opacity:0.8;">80%</p>
Text with #ADD4FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD4FC;}
<p style="text-shadow: 3px 3px 1px #ADD4FC">Text here.</p>
This text has shadow with #ADD4FC color.
.textShadow {text-shadow: 3px 3px 1px #ADD4FC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD4FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD4FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD4FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD4FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD4FC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD4FC;
-webkit-box-shadow: 1px 1px 3px 2px #ADD4FC;
box-shadow: 1px 1px 3px 2px #ADD4FC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD4FC; -webkit-box-shadow: 1px 1px 3px 2px #ADD4FC; box-shadow:1px 1px 3px 2px #ADD4FC;">
Div content here
</div>
This text has color #ADD4FC on black background.
This text has color #ADD4FC on white background.
This text has black color on #ADD4FC background.
This text has white color on #ADD4FC background.
Complementary color for #hex is #522B03.