Color spaces of #eae80f
RGB | 234 | 232 | 15 |
---|---|---|---|
HSL | 0.17 | 0.88 | 0.49 |
HSV | 59° | 94° | 92° |
CMYK | 0.00 | 0.01 | 0.94 0.08 |
XYZ | 62.8745 | 75.2401 | 11.6609 |
Yxy | 75.2401 | 0.4198 | 0.5024 |
Hunter Lab | 86.7411 | -22.4106 | 52.7482 |
CIE-Lab | 89.5053 | -19.1034 | 86.9283 |
#eae80f color RGB value is (234,232,15).
#eae80f hex color red value is 234, green value is 232 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eae80f hue: 0.17 , saturation: 0.88 and the lightness value of eae80f is 0.49.
The process color (four color CMYK) of #eae80f color hex is 0.00, 0.01, 0.94, 0.08. Web safe color of #eae80f is #ffff00. Color #eae80f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101000 | 00001111 |
Octal | 352 | 350 | 17 |
Decimal | 234 | 232 | 15 |
Hex | EA | E8 | F |
Shades of #eae80f
Tints of #eae80f
RGB Percentages of Color #eae80f
CMYK Percentages of Color #eae80f
Complementary Color
#eae80f | #0f11ea |
#eae80f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eae80f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eae80f Color CSS Codes
.mybgcolor {background-color:#eae80f; } .myforecolor {color:#eae80f; } .mybordercolor {border:3px solid #eae80f; }
#eae80f Text Font Color
<p style="color:#eae80f">Text here</p>
This sample text font color is #eae80f
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.
#eae80f Background Color
<div style="background-color:#eae80f">
Div content here</div>
This div background color is #eae80f
#eae80f Border Color
<div style="border:3px solid #eae80f">
Div here</div>
This div border color is #eae80f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,232,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eae80f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eae80f; -webkit-box-shadow: 1px 1px 3px 2px #eae80f; box-shadow: 1px 1px 3px 2px #eae80f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,232,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eae80f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eae80f; -webkit-box-shadow: 1px 1px 3px 2px #eae80f; box-shadow: 1px 1px 3px 2px #eae80f;">
Div content here</div>
This div box has shadow with color #eae80f
Comments
No comments written yet.
Please login to write comment.