Color spaces of #ebde08
RGB | 235 | 222 | 8 |
---|---|---|---|
HSL | 0.16 | 0.93 | 0.48 |
HSV | 57° | 97° | 92° |
CMYK | 0.00 | 0.06 | 0.97 0.08 |
XYZ | 60.4261 | 69.9223 | 10.5413 |
Yxy | 69.9223 | 0.4289 | 0.4963 |
Hunter Lab | 83.6196 | -17.3446 | 51.0594 |
CIE-Lab | 86.9587 | -13.8567 | 85.6801 |
#ebde08 color RGB value is (235,222,8).
#ebde08 hex color red value is 235, green value is 222 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ebde08 hue: 0.16 , saturation: 0.93 and the lightness value of ebde08 is 0.48.
The process color (four color CMYK) of #ebde08 color hex is 0.00, 0.06, 0.97, 0.08. Web safe color of #ebde08 is #ffcc00. Color #ebde08 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011110 | 00001000 |
Octal | 353 | 336 | 10 |
Decimal | 235 | 222 | 8 |
Hex | EB | DE | 8 |
Shades of #ebde08
Tints of #ebde08
RGB Percentages of Color #ebde08
CMYK Percentages of Color #ebde08
Complementary Color
#ebde08 | #0815eb |
#ebde08 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebde08 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebde08 Color CSS Codes
.mybgcolor {background-color:#ebde08; } .myforecolor {color:#ebde08; } .mybordercolor {border:3px solid #ebde08; }
#ebde08 Text Font Color
<p style="color:#ebde08">Text here</p>
This sample text font color is #ebde08
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.
#ebde08 Background Color
<div style="background-color:#ebde08">
Div content here</div>
This div background color is #ebde08
#ebde08 Border Color
<div style="border:3px solid #ebde08">
Div here</div>
This div border color is #ebde08
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,222,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebde08; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebde08; -webkit-box-shadow: 1px 1px 3px 2px #ebde08; box-shadow: 1px 1px 3px 2px #ebde08; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,222,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebde08">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebde08; -webkit-box-shadow: 1px 1px 3px 2px #ebde08; box-shadow: 1px 1px 3px 2px #ebde08;">
Div content here</div>
This div box has shadow with color #ebde08
Comments
No comments written yet.
Please login to write comment.