HEX: #AEE4FA
RGB: (174,228,250)
#AEE4FA contains mainly green and blue colors. Web safe color of #AEE4FA is #99CCFF (or #9CF).
#AEE4FA color RGB value is (174,228,250).
RGB: (174,228,250)
(68%, 89%, 98%)
R 174 of 255 = 68%
G 228 of 255 = 89%
B 250 of 255 = 98%
R + G + B ~ 85%. #AEE4FA is quite light color.
R + G + B = 174 + 228 + 250 = 652 (100%)
R 174 of 652 ~ 26.69%
G 228 of 652 ~ 34.97%
B 250 of 652 ~ 38.34'%
#AEE4FA color CMYK value is (30,9,0,2).
CMYK: (30,9,0,2) C30M9Y0K2 (30%,9%,0%,2%) (0.30/0.09/0.00/0.02)
Color #AEE4FA in popluar color models
AE | E4 | FA | |
---|---|---|---|
RGB | 174 | 228 | 250 |
HSL | 197° | 88.37% | 83.14% |
HSB/HSV | 197° | 30.40% | 98.04% |
CMYK | 30.40% | 8.80% | 0.00% |
1.96% |
Color #AEE4FA in popluar number systems.
HEX | AE | E4 | FA |
Decimal | 174 | 228 | 250 |
Binary | 10101110 | 11100100 | 11111010 |
Octal | 256 | 344 | 372 |
Shades of #AEE4FA
Tints of #AEE4FA
Examples of css and html codes for elements with #AEE4FA color. Also use rgb(174,228,250) instead hex code.
.myTextColor { color: #AEE4FA; }
<p style="color:#AEE4FA">This sample text font color is #AEE4FA.</p>
This text font color is #AEE4FA.
.myBgColor { background-color: #AEE4FA; }
<div style="background-color:#AEE4FA">Inner text</div>
This div background color is #AEE4FA.
.myBorderColor { border: 1px solid #AEE4FA; }
<div style="border:3px solid #AEE4FA">Div</div>
This div border color is #AEE4FA.
.myOpacity80 { color: #AEE4FA; opacity: 0.8; }
<p style="color:#AEE4FA;opacity:0.8;">80%</p>
Text with #AEE4FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEE4FA;}
<p style="text-shadow: 3px 3px 1px #AEE4FA">Text here.</p>
This text has shadow with #AEE4FA color.
.textShadow {text-shadow: 3px 3px 1px #AEE4FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEE4FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEE4FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEE4FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEE4FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEE4FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEE4FA;
-webkit-box-shadow: 1px 1px 3px 2px #AEE4FA;
box-shadow: 1px 1px 3px 2px #AEE4FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEE4FA; -webkit-box-shadow: 1px 1px 3px 2px #AEE4FA; box-shadow:1px 1px 3px 2px #AEE4FA;">
Div content here
</div>
This text has color #AEE4FA on black background.
This text has color #AEE4FA on white background.
This text has black color on #AEE4FA background.
This text has white color on #AEE4FA background.
Complementary color for #hex is #511B05.