Color spaces of #eacc7a
RGB | 234 | 204 | 122 |
---|---|---|---|
HSL | 0.12 | 0.73 | 0.70 |
HSV | 44° | 48° | 92° |
CMYK | 0.00 | 0.13 | 0.48 0.08 |
XYZ | 59.0374 | 62.0833 | 27.2840 |
Yxy | 62.0833 | 0.3978 | 0.4183 |
Hunter Lab | 78.7930 | -4.1425 | 34.6244 |
CIE-Lab | 82.9577 | 0.0701 | 44.5271 |
#eacc7a color RGB value is (234,204,122).
#eacc7a hex color red value is 234, green value is 204 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eacc7a hue: 0.12 , saturation: 0.73 and the lightness value of eacc7a is 0.70.
The process color (four color CMYK) of #eacc7a color hex is 0.00, 0.13, 0.48, 0.08. Web safe color of #eacc7a is #ffcc66. Color #eacc7a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001100 | 01111010 |
Octal | 352 | 314 | 172 |
Decimal | 234 | 204 | 122 |
Hex | EA | CC | 7A |
Shades of #eacc7a
Tints of #eacc7a
RGB Percentages of Color #eacc7a
CMYK Percentages of Color #eacc7a
Complementary Color
#eacc7a | #7a98ea |
#eacc7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacc7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacc7a Color CSS Codes
.mybgcolor {background-color:#eacc7a; } .myforecolor {color:#eacc7a; } .mybordercolor {border:3px solid #eacc7a; }
#eacc7a Text Font Color
<p style="color:#eacc7a">Text here</p>
This sample text font color is #eacc7a
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.
#eacc7a Background Color
<div style="background-color:#eacc7a">
Div content here</div>
This div background color is #eacc7a
#eacc7a Border Color
<div style="border:3px solid #eacc7a">
Div here</div>
This div border color is #eacc7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,204,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacc7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacc7a; -webkit-box-shadow: 1px 1px 3px 2px #eacc7a; box-shadow: 1px 1px 3px 2px #eacc7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,204,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacc7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacc7a; -webkit-box-shadow: 1px 1px 3px 2px #eacc7a; box-shadow: 1px 1px 3px 2px #eacc7a;">
Div content here</div>
This div box has shadow with color #eacc7a
Comments
No comments written yet.
Please login to write comment.