Color spaces of #ebd33f
RGB | 235 | 211 | 63 |
---|---|---|---|
HSL | 0.14 | 0.81 | 0.58 |
HSV | 52° | 73° | 92° |
CMYK | 0.00 | 0.10 | 0.73 0.08 |
XYZ | 58.4524 | 64.6096 | 14.0928 |
Yxy | 64.6096 | 0.4262 | 0.4711 |
Hunter Lab | 80.3801 | -10.8600 | 45.8709 |
CIE-Lab | 84.2822 | -7.0526 | 71.7325 |
#ebd33f color RGB value is (235,211,63).
#ebd33f hex color red value is 235, green value is 211 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ebd33f hue: 0.14 , saturation: 0.81 and the lightness value of ebd33f is 0.58.
The process color (four color CMYK) of #ebd33f color hex is 0.00, 0.10, 0.73, 0.08. Web safe color of #ebd33f is #ffcc33. Color #ebd33f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010011 | 00111111 |
Octal | 353 | 323 | 77 |
Decimal | 235 | 211 | 63 |
Hex | EB | D3 | 3F |
Shades of #ebd33f
Tints of #ebd33f
RGB Percentages of Color #ebd33f
CMYK Percentages of Color #ebd33f
Complementary Color
#ebd33f | #3f57eb |
#ebd33f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd33f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd33f Color CSS Codes
.mybgcolor {background-color:#ebd33f; } .myforecolor {color:#ebd33f; } .mybordercolor {border:3px solid #ebd33f; }
#ebd33f Text Font Color
<p style="color:#ebd33f">Text here</p>
This sample text font color is #ebd33f
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.
#ebd33f Background Color
<div style="background-color:#ebd33f">
Div content here</div>
This div background color is #ebd33f
#ebd33f Border Color
<div style="border:3px solid #ebd33f">
Div here</div>
This div border color is #ebd33f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,211,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd33f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd33f; -webkit-box-shadow: 1px 1px 3px 2px #ebd33f; box-shadow: 1px 1px 3px 2px #ebd33f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,211,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd33f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd33f; -webkit-box-shadow: 1px 1px 3px 2px #ebd33f; box-shadow: 1px 1px 3px 2px #ebd33f;">
Div content here</div>
This div box has shadow with color #ebd33f
Comments
No comments written yet.
Please login to write comment.