HEX: #ADEADC
RGB: (173,234,220)
#ADEADC contains mainly green and blue colors. Web safe color of #ADEADC is #99FFCC (or #9FC).
#ADEADC color RGB value is (173,234,220).
RGB: (173,234,220)
(68%, 92%, 86%)
R 173 of 255 = 68%
G 234 of 255 = 92%
B 220 of 255 = 86%
R + G + B ~ 82%. #ADEADC is quite light color.
R + G + B = 173 + 234 + 220 = 627 (100%)
R 173 of 627 ~ 27.59%
G 234 of 627 ~ 37.32%
B 220 of 627 ~ 35.09'%
#ADEADC color CMYK value is (26,0,6,8).
CMYK: (26,0,6,8)
C26M0Y6K8 (26%, 0%, 6%, 8%)
(0.26 / 0.00 / 0.06 / 0.08)
Color #ADEADC in popluar color models
AD | EA | DC | |
---|---|---|---|
RGB | 173 | 234 | 220 |
HSL | 166° | 59.22% | 79.80% |
HSB/HSV | 166° | 26.07% | 91.76% |
CMYK | 26.07% | 0.00% | 5.98% |
8.24% |
Color #ADEADC in popluar number systems.
HEX | AD | EA | DC |
Decimal | 173 | 234 | 220 |
Binary | 10101101 | 11101010 | 11011100 |
Octal | 255 | 352 | 334 |
Shades of #ADEADC
Tints of #ADEADC
Examples of css and html codes for elements with #ADEADC color. Also use rgb(173,234,220) instead hex code.
.myTextColor { color: #ADEADC; }
<p style="color:#ADEADC">This sample text font color is #ADEADC.</p>
This text font color is #ADEADC.
.myBgColor { background-color: #ADEADC; }
<div style="background-color:#ADEADC">Inner text</div>
This div background color is #ADEADC.
.myBorderColor { border: 1px solid #ADEADC; }
<div style="border:3px solid #ADEADC">Div</div>
This div border color is #ADEADC.
.myOpacity80 { color: #ADEADC; opacity: 0.8; }
<p style="color:#ADEADC;opacity:0.8;">80%</p>
Text with #ADEADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEADC;}
<p style="text-shadow: 3px 3px 1px #ADEADC">Text here.</p>
This text has shadow with #ADEADC color.
.textShadow {text-shadow: 3px 3px 1px #ADEADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEADC;
-webkit-box-shadow: 1px 1px 3px 2px #ADEADC;
box-shadow: 1px 1px 3px 2px #ADEADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEADC; -webkit-box-shadow: 1px 1px 3px 2px #ADEADC; box-shadow:1px 1px 3px 2px #ADEADC;">
Div content here
</div>
This text has color #ADEADC on black background.
This text has color #ADEADC on white background.
This text has black color on #ADEADC background.
This text has white color on #ADEADC background.
Complementary color for #hex is #521523.