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