Color spaces of #eaea2d
RGB | 234 | 234 | 45 |
---|---|---|---|
HSL | 0.17 | 0.82 | 0.55 |
HSV | 60° | 81° | 92° |
CMYK | 0.00 | 0.00 | 0.81 0.08 |
XYZ | 63.8282 | 76.5275 | 13.8898 |
Yxy | 76.5275 | 0.4138 | 0.4961 |
Hunter Lab | 87.4800 | -22.8507 | 51.8221 |
CIE-Lab | 90.1037 | -19.4908 | 82.2577 |
#eaea2d color RGB value is (234,234,45).
#eaea2d hex color red value is 234, green value is 234 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eaea2d hue: 0.17 , saturation: 0.82 and the lightness value of eaea2d is 0.55.
The process color (four color CMYK) of #eaea2d color hex is 0.00, 0.00, 0.81, 0.08. Web safe color of #eaea2d is #ffff33. Color #eaea2d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101010 | 00101101 |
Octal | 352 | 352 | 55 |
Decimal | 234 | 234 | 45 |
Hex | EA | EA | 2D |
Shades of #eaea2d
Tints of #eaea2d
RGB Percentages of Color #eaea2d
CMYK Percentages of Color #eaea2d
Complementary Color
#eaea2d | #2d2dea |
#eaea2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaea2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaea2d Color CSS Codes
.mybgcolor {background-color:#eaea2d; } .myforecolor {color:#eaea2d; } .mybordercolor {border:3px solid #eaea2d; }
#eaea2d Text Font Color
<p style="color:#eaea2d">Text here</p>
This sample text font color is #eaea2d
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.
#eaea2d Background Color
<div style="background-color:#eaea2d">
Div content here</div>
This div background color is #eaea2d
#eaea2d Border Color
<div style="border:3px solid #eaea2d">
Div here</div>
This div border color is #eaea2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,234,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaea2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaea2d; -webkit-box-shadow: 1px 1px 3px 2px #eaea2d; box-shadow: 1px 1px 3px 2px #eaea2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,234,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaea2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaea2d; -webkit-box-shadow: 1px 1px 3px 2px #eaea2d; box-shadow: 1px 1px 3px 2px #eaea2d;">
Div content here</div>
This div box has shadow with color #eaea2d
Comments
No comments written yet.
Please login to write comment.