HEX: #ADD4EC
RGB: (173,212,236)
#ADD4EC contains mainly green and blue colors. #ADD4EC ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.
#ADD4EC color RGB value is (173,212,236).
RGB: (173,212,236)
(68%, 83%, 93%)
R 173 of 255 = 68%
G 212 of 255 = 83%
B 236 of 255 = 93%
R + G + B ~ 81%. #ADD4EC is quite light color.
R + G + B = 173 + 212 + 236 = 621 (100%)
R 173 of 621 ~ 27.86%
G 212 of 621 ~ 34.14%
B 236 of 621 ~ 38'%
#ADD4EC rengi CMYK tonu (27,10,0,7).
CMYK: (27,10,0,7)
C27M10Y0K7 (27%, 10%, 0%, 7%)
(0.27 / 0.10 / 0.00 / 0.07)
Color #ADD4EC in popluar color models
AD | D4 | EC | |
---|---|---|---|
RGB | 173 | 212 | 236 |
HSL | 203° | 62.38% | 80.20% |
HSB/HSV | 203° | 26.69% | 92.55% |
CMYK | 26.69% | 10.17% | 0.00% |
7.45% |
Color #ADD4EC in popluar number systems.
HEX | AD | D4 | EC |
Decimal | 173 | 212 | 236 |
Binary | 10101101 | 11010100 | 11101100 |
Octal | 255 | 324 | 354 |
Shades of #ADD4EC
Tints of #ADD4EC
Examples of css and html codes for elements with #ADD4EC color. Also use rgb(173,212,236) instead hex code.
.myTextColor { color: #ADD4EC; }
<p style="color:#ADD4EC">This sample text font color is #ADD4EC.</p>
This text font color is #ADD4EC.
.myBgColor { background-color: #ADD4EC; }
<div style="background-color:#ADD4EC">Inner text</div>
This div background color is #ADD4EC.
.myBorderColor { border: 1px solid #ADD4EC; }
<div style="border:3px solid #ADD4EC">Div</div>
This div border color is #ADD4EC.
.myOpacity80 { color: #ADD4EC; opacity: 0.8; }
<p style="color:#ADD4EC;opacity:0.8;">80%</p>
Text with #ADD4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD4EC;}
<p style="text-shadow: 3px 3px 1px #ADD4EC">Text here.</p>
This text has shadow with #ADD4EC color.
.textShadow {text-shadow: 3px 3px 1px #ADD4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD4EC;
-webkit-box-shadow: 1px 1px 3px 2px #ADD4EC;
box-shadow: 1px 1px 3px 2px #ADD4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD4EC; -webkit-box-shadow: 1px 1px 3px 2px #ADD4EC; box-shadow:1px 1px 3px 2px #ADD4EC;">
Div content here
</div>
This text has color #ADD4EC on black background.
This text has color #ADD4EC on white background.
This text has black color on #ADD4EC background.
This text has white color on #ADD4EC background.
Complementary color for #hex is #522B13.