HEX: #ADDAFB
RGB: (173,218,251)
#ADDAFB contains mainly green and blue colors. Web safe color of #ADDAFB is #99CCFF (or #9CF).
#ADDAFB color RGB value is (173,218,251).
RGB: (173,218,251)
(68%, 85%, 98%)
R 173 of 255 = 68%
G 218 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 84%. #ADDAFB is quite light color.
R + G + B = 173 + 218 + 251 = 642 (100%)
R 173 of 642 ~ 26.95%
G 218 of 642 ~ 33.96%
B 251 of 642 ~ 39.1'%
#ADDAFB color CMYK value is (31,13,0,2).
CMYK: (31,13,0,2) C31M13Y0K2 (31%,13%,0%,2%) (0.31/0.13/0.00/0.02)
Color #ADDAFB in popluar color models
AD | DA | FB | |
---|---|---|---|
RGB | 173 | 218 | 251 |
HSL | 205° | 90.70% | 83.14% |
HSB/HSV | 205° | 31.08% | 98.43% |
CMYK | 31.08% | 13.15% | 0.00% |
1.57% |
Color #ADDAFB in popluar number systems.
HEX | AD | DA | FB |
Decimal | 173 | 218 | 251 |
Binary | 10101101 | 11011010 | 11111011 |
Octal | 255 | 332 | 373 |
Shades of #ADDAFB
Tints of #ADDAFB
Examples of css and html codes for elements with #ADDAFB color. Also use rgb(173,218,251) instead hex code.
.myTextColor { color: #ADDAFB; }
<p style="color:#ADDAFB">This sample text font color is #ADDAFB.</p>
This text font color is #ADDAFB.
.myBgColor { background-color: #ADDAFB; }
<div style="background-color:#ADDAFB">Inner text</div>
This div background color is #ADDAFB.
.myBorderColor { border: 1px solid #ADDAFB; }
<div style="border:3px solid #ADDAFB">Div</div>
This div border color is #ADDAFB.
.myOpacity80 { color: #ADDAFB; opacity: 0.8; }
<p style="color:#ADDAFB;opacity:0.8;">80%</p>
Text with #ADDAFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDAFB;}
<p style="text-shadow: 3px 3px 1px #ADDAFB">Text here.</p>
This text has shadow with #ADDAFB color.
.textShadow {text-shadow: 3px 3px 1px #ADDAFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDAFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDAFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDAFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDAFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDAFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDAFB;
-webkit-box-shadow: 1px 1px 3px 2px #ADDAFB;
box-shadow: 1px 1px 3px 2px #ADDAFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDAFB; -webkit-box-shadow: 1px 1px 3px 2px #ADDAFB; box-shadow:1px 1px 3px 2px #ADDAFB;">
Div content here
</div>
This text has color #ADDAFB on black background.
This text has color #ADDAFB on white background.
This text has black color on #ADDAFB background.
This text has white color on #ADDAFB background.
Complementary color for #hex is #522504.