Color spaces of #eacc9c
RGB | 234 | 204 | 156 |
---|---|---|---|
HSL | 0.10 | 0.65 | 0.76 |
HSV | 37° | 33° | 92° |
CMYK | 0.00 | 0.13 | 0.33 0.08 |
XYZ | 61.5253 | 63.0785 | 40.3851 |
Yxy | 63.0785 | 0.3729 | 0.3823 |
Hunter Lab | 79.4220 | -0.7110 | 25.4471 |
CIE-Lab | 83.4837 | 3.7133 | 27.8257 |
#eacc9c color RGB value is (234,204,156).
#eacc9c hex color red value is 234, green value is 204 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eacc9c hue: 0.10 , saturation: 0.65 and the lightness value of eacc9c is 0.76.
The process color (four color CMYK) of #eacc9c color hex is 0.00, 0.13, 0.33, 0.08. Web safe color of #eacc9c is #ffcc99. Color #eacc9c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001100 | 10011100 |
Octal | 352 | 314 | 234 |
Decimal | 234 | 204 | 156 |
Hex | EA | CC | 9C |
Shades of #eacc9c
Tints of #eacc9c
RGB Percentages of Color #eacc9c
CMYK Percentages of Color #eacc9c
Complementary Color
#eacc9c | #9cbaea |
#eacc9c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacc9c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacc9c Color CSS Codes
.mybgcolor {background-color:#eacc9c; } .myforecolor {color:#eacc9c; } .mybordercolor {border:3px solid #eacc9c; }
#eacc9c Text Font Color
<p style="color:#eacc9c">Text here</p>
This sample text font color is #eacc9c
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.
#eacc9c Background Color
<div style="background-color:#eacc9c">
Div content here</div>
This div background color is #eacc9c
#eacc9c Border Color
<div style="border:3px solid #eacc9c">
Div here</div>
This div border color is #eacc9c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,204,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacc9c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacc9c; -webkit-box-shadow: 1px 1px 3px 2px #eacc9c; box-shadow: 1px 1px 3px 2px #eacc9c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,204,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacc9c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacc9c; -webkit-box-shadow: 1px 1px 3px 2px #eacc9c; box-shadow: 1px 1px 3px 2px #eacc9c;">
Div content here</div>
This div box has shadow with color #eacc9c
Comments
No comments written yet.
Please login to write comment.