Color spaces of #eac892
RGB | 234 | 200 | 146 |
---|---|---|---|
HSL | 0.10 | 0.68 | 0.75 |
HSV | 37° | 38° | 92° |
CMYK | 0.00 | 0.15 | 0.38 0.08 |
XYZ | 59.7743 | 60.8763 | 35.7940 |
Yxy | 60.8763 | 0.3821 | 0.3891 |
Hunter Lab | 78.0233 | 0.2097 | 27.4164 |
CIE-Lab | 82.3122 | 4.6200 | 31.4717 |
#eac892 color RGB value is (234,200,146).
#eac892 hex color red value is 234, green value is 200 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #eac892 hue: 0.10 , saturation: 0.68 and the lightness value of eac892 is 0.75.
The process color (four color CMYK) of #eac892 color hex is 0.00, 0.15, 0.38, 0.08. Web safe color of #eac892 is #ffcc99. Color #eac892 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001000 | 10010010 |
Octal | 352 | 310 | 222 |
Decimal | 234 | 200 | 146 |
Hex | EA | C8 | 92 |
Shades of #eac892
Tints of #eac892
RGB Percentages of Color #eac892
CMYK Percentages of Color #eac892
Complementary Color
#eac892 | #92b4ea |
#eac892 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac892 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac892 Color CSS Codes
.mybgcolor {background-color:#eac892; } .myforecolor {color:#eac892; } .mybordercolor {border:3px solid #eac892; }
#eac892 Text Font Color
<p style="color:#eac892">Text here</p>
This sample text font color is #eac892
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.
#eac892 Background Color
<div style="background-color:#eac892">
Div content here</div>
This div background color is #eac892
#eac892 Border Color
<div style="border:3px solid #eac892">
Div here</div>
This div border color is #eac892
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,200,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac892; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac892; -webkit-box-shadow: 1px 1px 3px 2px #eac892; box-shadow: 1px 1px 3px 2px #eac892; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,200,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac892">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac892; -webkit-box-shadow: 1px 1px 3px 2px #eac892; box-shadow: 1px 1px 3px 2px #eac892;">
Div content here</div>
This div box has shadow with color #eac892
Comments
No comments written yet.
Please login to write comment.