HEX: #AEEADD
RGB: (174,234,221)
#AEEADD contains mainly green and blue colors. Web safe color of #AEEADD is #99FFCC (or #9FC).
#AEEADD color RGB value is (174,234,221).
RGB: (174,234,221)
(68%, 92%, 87%)
R 174 of 255 = 68%
G 234 of 255 = 92%
B 221 of 255 = 87%
R + G + B ~ 82%. #AEEADD is quite light color.
R + G + B = 174 + 234 + 221 = 629 (100%)
R 174 of 629 ~ 27.66%
G 234 of 629 ~ 37.2%
B 221 of 629 ~ 35.14'%
#AEEADD 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 #AEEADD in popluar color models
AE | EA | DD | |
---|---|---|---|
RGB | 174 | 234 | 221 |
HSL | 167° | 58.82% | 80.00% |
HSB/HSV | 167° | 25.64% | 91.76% |
CMYK | 25.64% | 0.00% | 5.56% |
8.24% |
Color #AEEADD in popluar number systems.
HEX | AE | EA | DD |
Decimal | 174 | 234 | 221 |
Binary | 10101110 | 11101010 | 11011101 |
Octal | 256 | 352 | 335 |
Shades of #AEEADD
Tints of #AEEADD
Examples of css and html codes for elements with #AEEADD color. Also use rgb(174,234,221) instead hex code.
.myTextColor { color: #AEEADD; }
<p style="color:#AEEADD">This sample text font color is #AEEADD.</p>
This text font color is #AEEADD.
.myBgColor { background-color: #AEEADD; }
<div style="background-color:#AEEADD">Inner text</div>
This div background color is #AEEADD.
.myBorderColor { border: 1px solid #AEEADD; }
<div style="border:3px solid #AEEADD">Div</div>
This div border color is #AEEADD.
.myOpacity80 { color: #AEEADD; opacity: 0.8; }
<p style="color:#AEEADD;opacity:0.8;">80%</p>
Text with #AEEADD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEEADD;}
<p style="text-shadow: 3px 3px 1px #AEEADD">Text here.</p>
This text has shadow with #AEEADD color.
.textShadow {text-shadow: 3px 3px 1px #AEEADD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEEADD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEEADD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEEADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEEADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEEADD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEEADD;
-webkit-box-shadow: 1px 1px 3px 2px #AEEADD;
box-shadow: 1px 1px 3px 2px #AEEADD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEEADD; -webkit-box-shadow: 1px 1px 3px 2px #AEEADD; box-shadow:1px 1px 3px 2px #AEEADD;">
Div content here
</div>
This text has color #AEEADD on black background.
This text has color #AEEADD on white background.
This text has black color on #AEEADD background.
This text has white color on #AEEADD background.
Complementary color for #hex is #511522.