HEX: #AEE4EB
RGB: (174,228,235)
#AEE4EB contains mainly green and blue colors. Web safe color of #AEE4EB is #99CCFF (or #9CF).
#AEE4EB color RGB value is (174,228,235).
RGB: (174,228,235)
(68%, 89%, 92%)
R 174 of 255 = 68%
G 228 of 255 = 89%
B 235 of 255 = 92%
R + G + B ~ 83%. #AEE4EB is quite light color.
R + G + B = 174 + 228 + 235 = 637 (100%)
R 174 of 637 ~ 27.32%
G 228 of 637 ~ 35.79%
B 235 of 637 ~ 36.89'%
#AEE4EB color CMYK value is (26,3,0,8).
CMYK: (26,3,0,8)
C26M3Y0K8 (26%, 3%, 0%, 8%)
(0.26 / 0.03 / 0.00 / 0.08)
Color #AEE4EB in popluar color models
AE | E4 | EB | |
---|---|---|---|
RGB | 174 | 228 | 235 |
HSL | 187° | 60.40% | 80.20% |
HSB/HSV | 187° | 25.96% | 92.16% |
CMYK | 25.96% | 2.98% | 0.00% |
7.84% |
Color #AEE4EB in popluar number systems.
HEX | AE | E4 | EB |
Decimal | 174 | 228 | 235 |
Binary | 10101110 | 11100100 | 11101011 |
Octal | 256 | 344 | 353 |
Shades of #AEE4EB
Tints of #AEE4EB
Examples of css and html codes for elements with #AEE4EB color. Also use rgb(174,228,235) instead hex code.
.myTextColor { color: #AEE4EB; }
<p style="color:#AEE4EB">This sample text font color is #AEE4EB.</p>
This text font color is #AEE4EB.
.myBgColor { background-color: #AEE4EB; }
<div style="background-color:#AEE4EB">Inner text</div>
This div background color is #AEE4EB.
.myBorderColor { border: 1px solid #AEE4EB; }
<div style="border:3px solid #AEE4EB">Div</div>
This div border color is #AEE4EB.
.myOpacity80 { color: #AEE4EB; opacity: 0.8; }
<p style="color:#AEE4EB;opacity:0.8;">80%</p>
Text with #AEE4EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEE4EB;}
<p style="text-shadow: 3px 3px 1px #AEE4EB">Text here.</p>
This text has shadow with #AEE4EB color.
.textShadow {text-shadow: 3px 3px 1px #AEE4EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEE4EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEE4EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEE4EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEE4EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEE4EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEE4EB;
-webkit-box-shadow: 1px 1px 3px 2px #AEE4EB;
box-shadow: 1px 1px 3px 2px #AEE4EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEE4EB; -webkit-box-shadow: 1px 1px 3px 2px #AEE4EB; box-shadow:1px 1px 3px 2px #AEE4EB;">
Div content here
</div>
This text has color #AEE4EB on black background.
This text has color #AEE4EB on white background.
This text has black color on #AEE4EB background.
This text has white color on #AEE4EB background.
Complementary color for #hex is #511B14.