Color spaces of #eabb0b
RGB | 234 | 187 | 11 |
---|---|---|---|
HSL | 0.13 | 0.91 | 0.48 |
HSV | 47° | 95° | 92° |
CMYK | 0.00 | 0.20 | 0.95 0.08 |
XYZ | 51.7624 | 53.0572 | 7.8295 |
Yxy | 53.0572 | 0.4595 | 0.4710 |
Hunter Lab | 72.8404 | -0.6236 | 44.6153 |
CIE-Lab | 77.9088 | 3.5359 | 78.7440 |
#eabb0b color RGB value is (234,187,11).
#eabb0b hex color red value is 234, green value is 187 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eabb0b hue: 0.13 , saturation: 0.91 and the lightness value of eabb0b is 0.48.
The process color (four color CMYK) of #eabb0b color hex is 0.00, 0.20, 0.95, 0.08. Web safe color of #eabb0b is #ffcc00. Color #eabb0b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111011 | 00001011 |
Octal | 352 | 273 | 13 |
Decimal | 234 | 187 | 11 |
Hex | EA | BB | B |
Shades of #eabb0b
Tints of #eabb0b
RGB Percentages of Color #eabb0b
CMYK Percentages of Color #eabb0b
Complementary Color
#eabb0b | #0b3aea |
#eabb0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabb0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabb0b Color CSS Codes
.mybgcolor {background-color:#eabb0b; } .myforecolor {color:#eabb0b; } .mybordercolor {border:3px solid #eabb0b; }
#eabb0b Text Font Color
<p style="color:#eabb0b">Text here</p>
This sample text font color is #eabb0b
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.
#eabb0b Background Color
<div style="background-color:#eabb0b">
Div content here</div>
This div background color is #eabb0b
#eabb0b Border Color
<div style="border:3px solid #eabb0b">
Div here</div>
This div border color is #eabb0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,187,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabb0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabb0b; -webkit-box-shadow: 1px 1px 3px 2px #eabb0b; box-shadow: 1px 1px 3px 2px #eabb0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,187,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabb0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabb0b; -webkit-box-shadow: 1px 1px 3px 2px #eabb0b; box-shadow: 1px 1px 3px 2px #eabb0b;">
Div content here</div>
This div box has shadow with color #eabb0b
Comments
No comments written yet.
Please login to write comment.