Color spaces of #aae8bf
RGB | 170 | 232 | 191 |
---|---|---|---|
HSL | 0.39 | 0.57 | 0.79 |
HSV | 140° | 27° | 91° |
CMYK | 0.27 | 0.00 | 0.18 0.09 |
XYZ | 54.8381 | 70.0209 | 59.9153 |
Yxy | 70.0209 | 0.2968 | 0.3790 |
Hunter Lab | 83.6785 | -29.4587 | 16.1222 |
CIE-Lab | 87.0071 | -27.7490 | 13.7072 |
#aae8bf color RGB value is (170,232,191).
#aae8bf hex color red value is 170, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aae8bf hue: 0.39 , saturation: 0.57 and the lightness value of aae8bf is 0.79.
The process color (four color CMYK) of #aae8bf color hex is 0.27, 0.00, 0.18, 0.09. Web safe color of #aae8bf is #99ffcc. Color #aae8bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101000 | 10111111 |
Octal | 252 | 350 | 277 |
Decimal | 170 | 232 | 191 |
Hex | AA | E8 | BF |
Shades of #aae8bf
Tints of #aae8bf
RGB Percentages of Color #aae8bf
CMYK Percentages of Color #aae8bf
Complementary Color
#aae8bf | #e8aad3 |
#aae8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aae8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#aae8bf Color CSS Codes
.mybgcolor {background-color:#aae8bf; } .myforecolor {color:#aae8bf; } .mybordercolor {border:3px solid #aae8bf; }
#aae8bf Text Font Color
<p style="color:#aae8bf">Text here</p>
This sample text font color is #aae8bf
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.
#aae8bf Background Color
<div style="background-color:#aae8bf">
Div content here</div>
This div background color is #aae8bf
#aae8bf Border Color
<div style="border:3px solid #aae8bf">
Div here</div>
This div border color is #aae8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,232,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aae8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aae8bf; -webkit-box-shadow: 1px 1px 3px 2px #aae8bf; box-shadow: 1px 1px 3px 2px #aae8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,232,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aae8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aae8bf; -webkit-box-shadow: 1px 1px 3px 2px #aae8bf; box-shadow: 1px 1px 3px 2px #aae8bf;">
Div content here</div>
This div box has shadow with color #aae8bf
Comments
No comments written yet.
Please login to write comment.