Color spaces of #ebbb3a
RGB | 235 | 187 | 58 |
---|---|---|---|
HSL | 0.12 | 0.82 | 0.57 |
HSV | 44° | 75° | 92° |
CMYK | 0.00 | 0.20 | 0.75 0.08 |
XYZ | 52.7950 | 53.5083 | 11.5485 |
Yxy | 53.5083 | 0.4480 | 0.4540 |
Hunter Lab | 73.1494 | 0.8196 | 41.8441 |
CIE-Lab | 78.1741 | 5.0892 | 67.6979 |
#ebbb3a color RGB value is (235,187,58).
#ebbb3a hex color red value is 235, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ebbb3a hue: 0.12 , saturation: 0.82 and the lightness value of ebbb3a is 0.57.
The process color (four color CMYK) of #ebbb3a color hex is 0.00, 0.20, 0.75, 0.08. Web safe color of #ebbb3a is #ffcc33. Color #ebbb3a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111011 | 00111010 |
Octal | 353 | 273 | 72 |
Decimal | 235 | 187 | 58 |
Hex | EB | BB | 3A |
Shades of #ebbb3a
Tints of #ebbb3a
RGB Percentages of Color #ebbb3a
CMYK Percentages of Color #ebbb3a
Complementary Color
#ebbb3a | #3a6aeb |
#ebbb3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbb3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbb3a Color CSS Codes
.mybgcolor {background-color:#ebbb3a; } .myforecolor {color:#ebbb3a; } .mybordercolor {border:3px solid #ebbb3a; }
#ebbb3a Text Font Color
<p style="color:#ebbb3a">Text here</p>
This sample text font color is #ebbb3a
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.
#ebbb3a Background Color
<div style="background-color:#ebbb3a">
Div content here</div>
This div background color is #ebbb3a
#ebbb3a Border Color
<div style="border:3px solid #ebbb3a">
Div here</div>
This div border color is #ebbb3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,187,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbb3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbb3a; -webkit-box-shadow: 1px 1px 3px 2px #ebbb3a; box-shadow: 1px 1px 3px 2px #ebbb3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,187,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbb3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbb3a; -webkit-box-shadow: 1px 1px 3px 2px #ebbb3a; box-shadow: 1px 1px 3px 2px #ebbb3a;">
Div content here</div>
This div box has shadow with color #ebbb3a
Comments
No comments written yet.
Please login to write comment.