Color spaces of #ebd84b
RGB | 235 | 216 | 75 |
---|---|---|---|
HSL | 0.15 | 0.80 | 0.61 |
HSV | 53° | 68° | 92° |
CMYK | 0.00 | 0.08 | 0.68 0.08 |
XYZ | 60.0868 | 67.2819 | 16.4764 |
Yxy | 67.2819 | 0.4177 | 0.4677 |
Hunter Lab | 82.0255 | -12.7867 | 45.5084 |
CIE-Lab | 85.6461 | -9.0050 | 68.6748 |
#ebd84b color RGB value is (235,216,75).
#ebd84b hex color red value is 235, green value is 216 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ebd84b hue: 0.15 , saturation: 0.80 and the lightness value of ebd84b is 0.61.
The process color (four color CMYK) of #ebd84b color hex is 0.00, 0.08, 0.68, 0.08. Web safe color of #ebd84b is #ffcc33. Color #ebd84b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011000 | 01001011 |
Octal | 353 | 330 | 113 |
Decimal | 235 | 216 | 75 |
Hex | EB | D8 | 4B |
Shades of #ebd84b
Tints of #ebd84b
RGB Percentages of Color #ebd84b
CMYK Percentages of Color #ebd84b
Complementary Color
#ebd84b | #4b5eeb |
#ebd84b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd84b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd84b Color CSS Codes
.mybgcolor {background-color:#ebd84b; } .myforecolor {color:#ebd84b; } .mybordercolor {border:3px solid #ebd84b; }
#ebd84b Text Font Color
<p style="color:#ebd84b">Text here</p>
This sample text font color is #ebd84b
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.
#ebd84b Background Color
<div style="background-color:#ebd84b">
Div content here</div>
This div background color is #ebd84b
#ebd84b Border Color
<div style="border:3px solid #ebd84b">
Div here</div>
This div border color is #ebd84b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,216,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd84b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd84b; -webkit-box-shadow: 1px 1px 3px 2px #ebd84b; box-shadow: 1px 1px 3px 2px #ebd84b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,216,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd84b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd84b; -webkit-box-shadow: 1px 1px 3px 2px #ebd84b; box-shadow: 1px 1px 3px 2px #ebd84b;">
Div content here</div>
This div box has shadow with color #ebd84b
Comments
No comments written yet.
Please login to write comment.