Color spaces of #eaa87f
RGB | 234 | 168 | 127 |
---|---|---|---|
HSL | 0.06 | 0.72 | 0.71 |
HSV | 23° | 46° | 92° |
CMYK | 0.00 | 0.28 | 0.46 0.08 |
XYZ | 51.7651 | 47.0300 | 26.4281 |
Yxy | 47.0300 | 0.4134 | 0.3756 |
Hunter Lab | 68.5784 | 14.7250 | 25.1563 |
CIE-Lab | 74.2090 | 19.4904 | 30.7756 |
#eaa87f color RGB value is (234,168,127).
#eaa87f hex color red value is 234, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eaa87f hue: 0.06 , saturation: 0.72 and the lightness value of eaa87f is 0.71.
The process color (four color CMYK) of #eaa87f color hex is 0.00, 0.28, 0.46, 0.08. Web safe color of #eaa87f is #ff9966. Color #eaa87f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101000 | 01111111 |
Octal | 352 | 250 | 177 |
Decimal | 234 | 168 | 127 |
Hex | EA | A8 | 7F |
Shades of #eaa87f
Tints of #eaa87f
RGB Percentages of Color #eaa87f
CMYK Percentages of Color #eaa87f
Complementary Color
#eaa87f | #7fc1ea |
#eaa87f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa87f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa87f Color CSS Codes
.mybgcolor {background-color:#eaa87f; } .myforecolor {color:#eaa87f; } .mybordercolor {border:3px solid #eaa87f; }
#eaa87f Text Font Color
<p style="color:#eaa87f">Text here</p>
This sample text font color is #eaa87f
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.
#eaa87f Background Color
<div style="background-color:#eaa87f">
Div content here</div>
This div background color is #eaa87f
#eaa87f Border Color
<div style="border:3px solid #eaa87f">
Div here</div>
This div border color is #eaa87f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,168,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa87f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa87f; -webkit-box-shadow: 1px 1px 3px 2px #eaa87f; box-shadow: 1px 1px 3px 2px #eaa87f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,168,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa87f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa87f; -webkit-box-shadow: 1px 1px 3px 2px #eaa87f; box-shadow: 1px 1px 3px 2px #eaa87f;">
Div content here</div>
This div box has shadow with color #eaa87f
Comments
No comments written yet.
Please login to write comment.