Color spaces of #eab16f
RGB | 234 | 177 | 111 |
---|---|---|---|
HSL | 0.09 | 0.75 | 0.68 |
HSV | 32° | 53° | 92° |
CMYK | 0.00 | 0.24 | 0.53 0.08 |
XYZ | 52.5231 | 50.0844 | 21.9379 |
Yxy | 50.0844 | 0.4217 | 0.4021 |
Hunter Lab | 70.7703 | 8.6280 | 31.1601 |
CIE-Lab | 76.1210 | 13.2320 | 41.5806 |
#eab16f color RGB value is (234,177,111).
#eab16f hex color red value is 234, green value is 177 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eab16f hue: 0.09 , saturation: 0.75 and the lightness value of eab16f is 0.68.
The process color (four color CMYK) of #eab16f color hex is 0.00, 0.24, 0.53, 0.08. Web safe color of #eab16f is #ff9966. Color #eab16f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110001 | 01101111 |
Octal | 352 | 261 | 157 |
Decimal | 234 | 177 | 111 |
Hex | EA | B1 | 6F |
Shades of #eab16f
Tints of #eab16f
RGB Percentages of Color #eab16f
CMYK Percentages of Color #eab16f
Complementary Color
#eab16f | #6fa8ea |
#eab16f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab16f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab16f Color CSS Codes
.mybgcolor {background-color:#eab16f; } .myforecolor {color:#eab16f; } .mybordercolor {border:3px solid #eab16f; }
#eab16f Text Font Color
<p style="color:#eab16f">Text here</p>
This sample text font color is #eab16f
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.
#eab16f Background Color
<div style="background-color:#eab16f">
Div content here</div>
This div background color is #eab16f
#eab16f Border Color
<div style="border:3px solid #eab16f">
Div here</div>
This div border color is #eab16f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,177,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab16f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab16f; -webkit-box-shadow: 1px 1px 3px 2px #eab16f; box-shadow: 1px 1px 3px 2px #eab16f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,177,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab16f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab16f; -webkit-box-shadow: 1px 1px 3px 2px #eab16f; box-shadow: 1px 1px 3px 2px #eab16f;">
Div content here</div>
This div box has shadow with color #eab16f
Comments
No comments written yet.
Please login to write comment.