Color spaces of #eabc52
RGB | 234 | 188 | 82 |
---|---|---|---|
HSL | 0.12 | 0.78 | 0.62 |
HSV | 42° | 65° | 92° |
CMYK | 0.00 | 0.20 | 0.65 0.08 |
XYZ | 53.4379 | 54.0681 | 15.6023 |
Yxy | 54.0681 | 0.4341 | 0.4392 |
Hunter Lab | 73.5310 | 1.0437 | 38.8912 |
CIE-Lab | 78.5014 | 5.3402 | 58.2754 |
#eabc52 color RGB value is (234,188,82).
#eabc52 hex color red value is 234, green value is 188 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #eabc52 hue: 0.12 , saturation: 0.78 and the lightness value of eabc52 is 0.62.
The process color (four color CMYK) of #eabc52 color hex is 0.00, 0.20, 0.65, 0.08. Web safe color of #eabc52 is #ffcc66. Color #eabc52 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111100 | 01010010 |
Octal | 352 | 274 | 122 |
Decimal | 234 | 188 | 82 |
Hex | EA | BC | 52 |
Shades of #eabc52
Tints of #eabc52
RGB Percentages of Color #eabc52
CMYK Percentages of Color #eabc52
Complementary Color
#eabc52 | #5280ea |
#eabc52 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabc52 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabc52 Color CSS Codes
.mybgcolor {background-color:#eabc52; } .myforecolor {color:#eabc52; } .mybordercolor {border:3px solid #eabc52; }
#eabc52 Text Font Color
<p style="color:#eabc52">Text here</p>
This sample text font color is #eabc52
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.
#eabc52 Background Color
<div style="background-color:#eabc52">
Div content here</div>
This div background color is #eabc52
#eabc52 Border Color
<div style="border:3px solid #eabc52">
Div here</div>
This div border color is #eabc52
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,188,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabc52; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabc52; -webkit-box-shadow: 1px 1px 3px 2px #eabc52; box-shadow: 1px 1px 3px 2px #eabc52; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,188,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabc52">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabc52; -webkit-box-shadow: 1px 1px 3px 2px #eabc52; box-shadow: 1px 1px 3px 2px #eabc52;">
Div content here</div>
This div box has shadow with color #eabc52
Comments
No comments written yet.
Please login to write comment.