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