Color spaces of #aae1eb
RGB | 170 | 225 | 235 |
---|---|---|---|
HSL | 0.53 | 0.62 | 0.79 |
HSV | 189° | 28° | 92° |
CMYK | 0.28 | 0.04 | 0.00 0.08 |
XYZ | 58.4982 | 68.3946 | 88.7156 |
Yxy | 68.3946 | 0.2713 | 0.3172 |
Hunter Lab | 82.7010 | -18.4656 | -5.7112 |
CIE-Lab | 86.2034 | -15.2227 | -10.5872 |
#aae1eb color RGB value is (170,225,235).
#aae1eb hex color red value is 170, green value is 225 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aae1eb hue: 0.53 , saturation: 0.62 and the lightness value of aae1eb is 0.79.
The process color (four color CMYK) of #aae1eb color hex is 0.28, 0.04, 0.00, 0.08. Web safe color of #aae1eb is #99ccff. Color #aae1eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11100001 | 11101011 |
Octal | 252 | 341 | 353 |
Decimal | 170 | 225 | 235 |
Hex | AA | E1 | EB |
Shades of #aae1eb
Tints of #aae1eb
RGB Percentages of Color #aae1eb
CMYK Percentages of Color #aae1eb
Complementary Color
#aae1eb | #ebb4aa |
#aae1eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae1eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae1eb Color CSS Codes
.mybgcolor {background-color:#aae1eb; } .myforecolor {color:#aae1eb; } .mybordercolor {border:3px solid #aae1eb; }
#aae1eb Text Font Color
<p style="color:#aae1eb">Text here</p>
This sample text font color is #aae1eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#aae1eb Background Color
<div style="background-color:#aae1eb">
Div content here</div>
This div background color is #aae1eb
#aae1eb Border Color
<div style="border:3px solid #aae1eb">
Div here</div>
This div border color is #aae1eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,225,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae1eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae1eb; -webkit-box-shadow: 1px 1px 3px 2px #aae1eb; box-shadow: 1px 1px 3px 2px #aae1eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,225,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aae1eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae1eb; -webkit-box-shadow: 1px 1px 3px 2px #aae1eb; box-shadow: 1px 1px 3px 2px #aae1eb;">
Div content here</div>
This div box has shadow with color #aae1eb
Comments
No comments written yet.
Please login to write comment.