HEX: #AEBCEE
RGB: (174,188,238)
#AEBCEE contains mainly green and blue colors. Web safe color of #AEBCEE is #99CCFF (or #9CF).
#AEBCEE color RGB value is (174,188,238).
RGB: (174,188,238)
(68%, 74%, 93%)
R 174 of 255 = 68%
G 188 of 255 = 74%
B 238 of 255 = 93%
R + G + B ~ 78%. #AEBCEE is quite light color.
R + G + B = 174 + 188 + 238 = 600 (100%)
R 174 of 600 ~ 29%
G 188 of 600 ~ 31.33%
B 238 of 600 ~ 39.67'%
#AEBCEE color CMYK value is (27,21,0,7).
CMYK: (27,21,0,7)
C27M21Y0K7 (27%, 21%, 0%, 7%)
(0.27 / 0.21 / 0.00 / 0.07)
Color #AEBCEE in popluar color models
AE | BC | EE | |
---|---|---|---|
RGB | 174 | 188 | 238 |
HSL | 227° | 65.31% | 80.78% |
HSB/HSV | 227° | 26.89% | 93.33% |
CMYK | 26.89% | 21.01% | 0.00% |
6.67% |
Color #AEBCEE in popluar number systems.
HEX | AE | BC | EE |
Decimal | 174 | 188 | 238 |
Binary | 10101110 | 10111100 | 11101110 |
Octal | 256 | 274 | 356 |
Shades of #AEBCEE
Tints of #AEBCEE
Examples of css and html codes for elements with #AEBCEE color. Also use rgb(174,188,238) instead hex code.
.myTextColor { color: #AEBCEE; }
<p style="color:#AEBCEE">This sample text font color is #AEBCEE.</p>
This text font color is #AEBCEE.
.myBgColor { background-color: #AEBCEE; }
<div style="background-color:#AEBCEE">Inner text</div>
This div background color is #AEBCEE.
.myBorderColor { border: 1px solid #AEBCEE; }
<div style="border:3px solid #AEBCEE">Div</div>
This div border color is #AEBCEE.
.myOpacity80 { color: #AEBCEE; opacity: 0.8; }
<p style="color:#AEBCEE;opacity:0.8;">80%</p>
Text with #AEBCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEBCEE;}
<p style="text-shadow: 3px 3px 1px #AEBCEE">Text here.</p>
This text has shadow with #AEBCEE color.
.textShadow {text-shadow: 3px 3px 1px #AEBCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEBCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEBCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEBCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEBCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEBCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEBCEE;
-webkit-box-shadow: 1px 1px 3px 2px #AEBCEE;
box-shadow: 1px 1px 3px 2px #AEBCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEBCEE; -webkit-box-shadow: 1px 1px 3px 2px #AEBCEE; box-shadow:1px 1px 3px 2px #AEBCEE;">
Div content here
</div>
This text has color #AEBCEE on black background.
This text has color #AEBCEE on white background.
This text has black color on #AEBCEE background.
This text has white color on #AEBCEE background.
Complementary color for #hex is #514311.