Color spaces of #e0aace
RGB | 224 | 170 | 206 |
---|---|---|---|
HSL | 0.89 | 0.47 | 0.77 |
HSV | 320° | 24° | 88° |
CMYK | 0.00 | 0.24 | 0.08 0.12 |
XYZ | 56.2558 | 49.0530 | 64.8957 |
Yxy | 49.0530 | 0.3305 | 0.2882 |
Hunter Lab | 70.0378 | 20.8085 | -5.9105 |
CIE-Lab | 75.4843 | 25.4749 | -10.5805 |
#e0aace color RGB value is (224,170,206).
#e0aace hex color red value is 224, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e0aace hue: 0.89 , saturation: 0.47 and the lightness value of e0aace is 0.77.
The process color (four color CMYK) of #e0aace color hex is 0.00, 0.24, 0.08, 0.12. Web safe color of #e0aace is #cc99cc. Color #e0aace contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10101010 | 11001110 |
Octal | 340 | 252 | 316 |
Decimal | 224 | 170 | 206 |
Hex | E0 | AA | CE |
Shades of #e0aace
Tints of #e0aace
RGB Percentages of Color #e0aace
CMYK Percentages of Color #e0aace
Complementary Color
#e0aace | #aae0bc |
#e0aace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0aace Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0aace Color CSS Codes
.mybgcolor {background-color:#e0aace; } .myforecolor {color:#e0aace; } .mybordercolor {border:3px solid #e0aace; }
#e0aace Text Font Color
<p style="color:#e0aace">Text here</p>
This sample text font color is #e0aace
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.
#e0aace Background Color
<div style="background-color:#e0aace">
Div content here</div>
This div background color is #e0aace
#e0aace Border Color
<div style="border:3px solid #e0aace">
Div here</div>
This div border color is #e0aace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,170,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0aace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0aace; -webkit-box-shadow: 1px 1px 3px 2px #e0aace; box-shadow: 1px 1px 3px 2px #e0aace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,170,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0aace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0aace; -webkit-box-shadow: 1px 1px 3px 2px #e0aace; box-shadow: 1px 1px 3px 2px #e0aace;">
Div content here</div>
This div box has shadow with color #e0aace
Comments
No comments written yet.
Please login to write comment.