Color spaces of #e5aeaf
RGB | 229 | 174 | 175 |
---|---|---|---|
HSL | 1.00 | 0.51 | 0.79 |
HSV | 359° | 24° | 90° |
CMYK | 0.00 | 0.24 | 0.24 0.10 |
XYZ | 55.1870 | 50.0253 | 47.3046 |
Yxy | 50.0253 | 0.3618 | 0.3280 |
Hunter Lab | 70.7286 | 15.5023 | 9.8557 |
CIE-Lab | 76.0848 | 20.2109 | 7.2907 |
#e5aeaf color RGB value is (229,174,175).
#e5aeaf hex color red value is 229, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e5aeaf hue: 1.00 , saturation: 0.51 and the lightness value of e5aeaf is 0.79.
The process color (four color CMYK) of #e5aeaf color hex is 0.00, 0.24, 0.24, 0.10. Web safe color of #e5aeaf is #cc9999. Color #e5aeaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10101110 | 10101111 |
Octal | 345 | 256 | 257 |
Decimal | 229 | 174 | 175 |
Hex | E5 | AE | AF |
Shades of #e5aeaf
Tints of #e5aeaf
RGB Percentages of Color #e5aeaf
CMYK Percentages of Color #e5aeaf
Complementary Color
#e5aeaf | #aee5e4 |
#e5aeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5aeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5aeaf Color CSS Codes
.mybgcolor {background-color:#e5aeaf; } .myforecolor {color:#e5aeaf; } .mybordercolor {border:3px solid #e5aeaf; }
#e5aeaf Text Font Color
<p style="color:#e5aeaf">Text here</p>
This sample text font color is #e5aeaf
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.
#e5aeaf Background Color
<div style="background-color:#e5aeaf">
Div content here</div>
This div background color is #e5aeaf
#e5aeaf Border Color
<div style="border:3px solid #e5aeaf">
Div here</div>
This div border color is #e5aeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,174,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5aeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5aeaf; -webkit-box-shadow: 1px 1px 3px 2px #e5aeaf; box-shadow: 1px 1px 3px 2px #e5aeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,174,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5aeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5aeaf; -webkit-box-shadow: 1px 1px 3px 2px #e5aeaf; box-shadow: 1px 1px 3px 2px #e5aeaf;">
Div content here</div>
This div box has shadow with color #e5aeaf
Comments
No comments written yet.
Please login to write comment.