Color spaces of #e4ae8e
RGB | 228 | 174 | 142 |
---|---|---|---|
HSL | 0.06 | 0.61 | 0.73 |
HSV | 22° | 38° | 89° |
CMYK | 0.00 | 0.24 | 0.38 0.11 |
XYZ | 52.0134 | 48.7191 | 32.2535 |
Yxy | 48.7191 | 0.3911 | 0.3663 |
Hunter Lab | 69.7991 | 10.8676 | 21.4620 |
CIE-Lab | 75.2762 | 15.5419 | 24.0507 |
#e4ae8e color RGB value is (228,174,142).
#e4ae8e hex color red value is 228, green value is 174 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e4ae8e hue: 0.06 , saturation: 0.61 and the lightness value of e4ae8e is 0.73.
The process color (four color CMYK) of #e4ae8e color hex is 0.00, 0.24, 0.38, 0.11. Web safe color of #e4ae8e is #cc9999. Color #e4ae8e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10101110 | 10001110 |
Octal | 344 | 256 | 216 |
Decimal | 228 | 174 | 142 |
Hex | E4 | AE | 8E |
Shades of #e4ae8e
Tints of #e4ae8e
RGB Percentages of Color #e4ae8e
CMYK Percentages of Color #e4ae8e
Complementary Color
#e4ae8e | #8ec4e4 |
#e4ae8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4ae8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4ae8e Color CSS Codes
.mybgcolor {background-color:#e4ae8e; } .myforecolor {color:#e4ae8e; } .mybordercolor {border:3px solid #e4ae8e; }
#e4ae8e Text Font Color
<p style="color:#e4ae8e">Text here</p>
This sample text font color is #e4ae8e
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.
#e4ae8e Background Color
<div style="background-color:#e4ae8e">
Div content here</div>
This div background color is #e4ae8e
#e4ae8e Border Color
<div style="border:3px solid #e4ae8e">
Div here</div>
This div border color is #e4ae8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,174,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4ae8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4ae8e; -webkit-box-shadow: 1px 1px 3px 2px #e4ae8e; box-shadow: 1px 1px 3px 2px #e4ae8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,174,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4ae8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4ae8e; -webkit-box-shadow: 1px 1px 3px 2px #e4ae8e; box-shadow: 1px 1px 3px 2px #e4ae8e;">
Div content here</div>
This div box has shadow with color #e4ae8e
Comments
No comments written yet.
Please login to write comment.