HEX: #ADDFEC
RGB: (173,223,236)
#ADDFEC contains mainly green and blue colors. Web safe color of #ADDFEC is #99CCFF (or #9CF).
#ADDFEC color RGB value is (173,223,236).
RGB: (173,223,236)
(68%, 87%, 93%)
R 173 of 255 = 68%
G 223 of 255 = 87%
B 236 of 255 = 93%
R + G + B ~ 83%. #ADDFEC is quite light color.
R + G + B = 173 + 223 + 236 = 632 (100%)
R 173 of 632 ~ 27.37%
G 223 of 632 ~ 35.28%
B 236 of 632 ~ 37.34'%
#ADDFEC color CMYK value is (27,6,0,7).
CMYK: (27,6,0,7) C27M6Y0K7 (27%,6%,0%,7%) (0.27/0.06/0.00/0.07)
Color #ADDFEC in popluar color models
AD | DF | EC | |
---|---|---|---|
RGB | 173 | 223 | 236 |
HSL | 192° | 62.38% | 80.20% |
HSB/HSV | 192° | 26.69% | 92.55% |
CMYK | 26.69% | 5.51% | 0.00% |
7.45% |
Color #ADDFEC in popluar number systems.
HEX | AD | DF | EC |
Decimal | 173 | 223 | 236 |
Binary | 10101101 | 11011111 | 11101100 |
Octal | 255 | 337 | 354 |
Shades of #ADDFEC
Tints of #ADDFEC
Examples of css and html codes for elements with #ADDFEC color. Also use rgb(173,223,236) instead hex code.
.myTextColor { color: #ADDFEC; }
<p style="color:#ADDFEC">This sample text font color is #ADDFEC.</p>
This text font color is #ADDFEC.
.myBgColor { background-color: #ADDFEC; }
<div style="background-color:#ADDFEC">Inner text</div>
This div background color is #ADDFEC.
.myBorderColor { border: 1px solid #ADDFEC; }
<div style="border:3px solid #ADDFEC">Div</div>
This div border color is #ADDFEC.
.myOpacity80 { color: #ADDFEC; opacity: 0.8; }
<p style="color:#ADDFEC;opacity:0.8;">80%</p>
Text with #ADDFEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADDFEC;}
<p style="text-shadow: 3px 3px 1px #ADDFEC">Text here.</p>
This text has shadow with #ADDFEC color.
.textShadow {text-shadow: 3px 3px 1px #ADDFEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADDFEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADDFEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADDFEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADDFEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADDFEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADDFEC;
-webkit-box-shadow: 1px 1px 3px 2px #ADDFEC;
box-shadow: 1px 1px 3px 2px #ADDFEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADDFEC; -webkit-box-shadow: 1px 1px 3px 2px #ADDFEC; box-shadow:1px 1px 3px 2px #ADDFEC;">
Div content here
</div>
This text has color #ADDFEC on black background.
This text has color #ADDFEC on white background.
This text has black color on #ADDFEC background.
This text has white color on #ADDFEC background.
Complementary color for #hex is #522013.