Color spaces of #eab19e
RGB | 234 | 177 | 158 |
---|---|---|---|
HSL | 0.04 | 0.64 | 0.77 |
HSV | 15° | 32° | 92° |
CMYK | 0.00 | 0.24 | 0.32 0.08 |
XYZ | 55.8254 | 51.4053 | 39.3277 |
Yxy | 51.4053 | 0.3809 | 0.3507 |
Hunter Lab | 71.6975 | 13.5138 | 17.6663 |
CIE-Lab | 76.9239 | 18.1965 | 17.7809 |
#eab19e color RGB value is (234,177,158).
#eab19e hex color red value is 234, green value is 177 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eab19e hue: 0.04 , saturation: 0.64 and the lightness value of eab19e is 0.77.
The process color (four color CMYK) of #eab19e color hex is 0.00, 0.24, 0.32, 0.08. Web safe color of #eab19e is #ff9999. Color #eab19e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110001 | 10011110 |
Octal | 352 | 261 | 236 |
Decimal | 234 | 177 | 158 |
Hex | EA | B1 | 9E |
Shades of #eab19e
Tints of #eab19e
RGB Percentages of Color #eab19e
CMYK Percentages of Color #eab19e
Complementary Color
#eab19e | #9ed7ea |
#eab19e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab19e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab19e Color CSS Codes
.mybgcolor {background-color:#eab19e; } .myforecolor {color:#eab19e; } .mybordercolor {border:3px solid #eab19e; }
#eab19e Text Font Color
<p style="color:#eab19e">Text here</p>
This sample text font color is #eab19e
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.
#eab19e Background Color
<div style="background-color:#eab19e">
Div content here</div>
This div background color is #eab19e
#eab19e Border Color
<div style="border:3px solid #eab19e">
Div here</div>
This div border color is #eab19e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,177,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab19e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab19e; -webkit-box-shadow: 1px 1px 3px 2px #eab19e; box-shadow: 1px 1px 3px 2px #eab19e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,177,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab19e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab19e; -webkit-box-shadow: 1px 1px 3px 2px #eab19e; box-shadow: 1px 1px 3px 2px #eab19e;">
Div content here</div>
This div box has shadow with color #eab19e
Comments
No comments written yet.
Please login to write comment.