HEX: #ADC5EA
RGB: (173,197,234)
#ADC5EA contains mainly green and blue colors. Web safe color of #ADC5EA is #99CCFF (or #9CF).
#ADC5EA color RGB value is (173,197,234).
RGB: (173,197,234)
(68%, 77%, 92%)
R 173 of 255 = 68%
G 197 of 255 = 77%
B 234 of 255 = 92%
R + G + B ~ 79%. #ADC5EA is quite light color.
R + G + B = 173 + 197 + 234 = 604 (100%)
R 173 of 604 ~ 28.64%
G 197 of 604 ~ 32.62%
B 234 of 604 ~ 38.74'%
#ADC5EA color CMYK value is (26,16,0,8).
CMYK: (26,16,0,8) C26M16Y0K8 (26%,16%,0%,8%) (0.26/0.16/0.00/0.08)
Color #ADC5EA in popluar color models
AD | C5 | EA | |
---|---|---|---|
RGB | 173 | 197 | 234 |
HSL | 216° | 59.22% | 79.80% |
HSB/HSV | 216° | 26.07% | 91.76% |
CMYK | 26.07% | 15.81% | 0.00% |
8.24% |
Color #ADC5EA in popluar number systems.
HEX | AD | C5 | EA |
Decimal | 173 | 197 | 234 |
Binary | 10101101 | 11000101 | 11101010 |
Octal | 255 | 305 | 352 |
Shades of #ADC5EA
Tints of #ADC5EA
Examples of css and html codes for elements with #ADC5EA color. Also use rgb(173,197,234) instead hex code.
.myTextColor { color: #ADC5EA; }
<p style="color:#ADC5EA">This sample text font color is #ADC5EA.</p>
This text font color is #ADC5EA.
.myBgColor { background-color: #ADC5EA; }
<div style="background-color:#ADC5EA">Inner text</div>
This div background color is #ADC5EA.
.myBorderColor { border: 1px solid #ADC5EA; }
<div style="border:3px solid #ADC5EA">Div</div>
This div border color is #ADC5EA.
.myOpacity80 { color: #ADC5EA; opacity: 0.8; }
<p style="color:#ADC5EA;opacity:0.8;">80%</p>
Text with #ADC5EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC5EA;}
<p style="text-shadow: 3px 3px 1px #ADC5EA">Text here.</p>
This text has shadow with #ADC5EA color.
.textShadow {text-shadow: 3px 3px 1px #ADC5EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC5EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC5EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC5EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC5EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC5EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC5EA;
-webkit-box-shadow: 1px 1px 3px 2px #ADC5EA;
box-shadow: 1px 1px 3px 2px #ADC5EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC5EA; -webkit-box-shadow: 1px 1px 3px 2px #ADC5EA; box-shadow:1px 1px 3px 2px #ADC5EA;">
Div content here
</div>
This text has color #ADC5EA on black background.
This text has color #ADC5EA on white background.
This text has black color on #ADC5EA background.
This text has white color on #ADC5EA background.
Complementary color for #hex is #523A15.