Color spaces of #e9aeda
RGB | 233 | 174 | 218 |
---|---|---|---|
HSL | 0.88 | 0.57 | 0.80 |
HSV | 315° | 25° | 91° |
CMYK | 0.00 | 0.25 | 0.06 0.09 |
XYZ | 61.3952 | 52.6577 | 73.2577 |
Yxy | 52.6577 | 0.3278 | 0.2811 |
Hunter Lab | 72.5656 | 24.0327 | -9.0595 |
CIE-Lab | 77.6725 | 28.4565 | -13.7470 |
#e9aeda color RGB value is (233,174,218).
#e9aeda hex color red value is 233, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e9aeda hue: 0.88 , saturation: 0.57 and the lightness value of e9aeda is 0.80.
The process color (four color CMYK) of #e9aeda color hex is 0.00, 0.25, 0.06, 0.09. Web safe color of #e9aeda is #ff99cc. Color #e9aeda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10101110 | 11011010 |
Octal | 351 | 256 | 332 |
Decimal | 233 | 174 | 218 |
Hex | E9 | AE | DA |
Shades of #e9aeda
Tints of #e9aeda
RGB Percentages of Color #e9aeda
CMYK Percentages of Color #e9aeda
Complementary Color
#e9aeda | #aee9bd |
#e9aeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9aeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9aeda Color CSS Codes
.mybgcolor {background-color:#e9aeda; } .myforecolor {color:#e9aeda; } .mybordercolor {border:3px solid #e9aeda; }
#e9aeda Text Font Color
<p style="color:#e9aeda">Text here</p>
This sample text font color is #e9aeda
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.
#e9aeda Background Color
<div style="background-color:#e9aeda">
Div content here</div>
This div background color is #e9aeda
#e9aeda Border Color
<div style="border:3px solid #e9aeda">
Div here</div>
This div border color is #e9aeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,174,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9aeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9aeda; -webkit-box-shadow: 1px 1px 3px 2px #e9aeda; box-shadow: 1px 1px 3px 2px #e9aeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,174,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9aeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9aeda; -webkit-box-shadow: 1px 1px 3px 2px #e9aeda; box-shadow: 1px 1px 3px 2px #e9aeda;">
Div content here</div>
This div box has shadow with color #e9aeda
Comments
No comments written yet.
Please login to write comment.