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