Color spaces of #edb93b
RGB | 237 | 185 | 59 |
---|---|---|---|
HSL | 0.12 | 0.83 | 0.58 |
HSV | 42° | 75° | 93° |
CMYK | 0.00 | 0.22 | 0.75 0.07 |
XYZ | 53.0634 | 53.0182 | 11.5745 |
Yxy | 53.0182 | 0.4510 | 0.4506 |
Hunter Lab | 72.8136 | 2.6593 | 41.5447 |
CIE-Lab | 77.8857 | 7.0277 | 67.1296 |
#edb93b color RGB value is (237,185,59).
#edb93b hex color red value is 237, green value is 185 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #edb93b hue: 0.12 , saturation: 0.83 and the lightness value of edb93b is 0.58.
The process color (four color CMYK) of #edb93b color hex is 0.00, 0.22, 0.75, 0.07. Web safe color of #edb93b is #ffcc33. Color #edb93b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111001 | 00111011 |
Octal | 355 | 271 | 73 |
Decimal | 237 | 185 | 59 |
Hex | ED | B9 | 3B |
Shades of #edb93b
Tints of #edb93b
RGB Percentages of Color #edb93b
CMYK Percentages of Color #edb93b
Complementary Color
#edb93b | #3b6fed |
#edb93b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edb93b Color Preview on White Background
Lorem ipsum dolor sit amet.
#edb93b Color CSS Codes
.mybgcolor {background-color:#edb93b; } .myforecolor {color:#edb93b; } .mybordercolor {border:3px solid #edb93b; }
#edb93b Text Font Color
<p style="color:#edb93b">Text here</p>
This sample text font color is #edb93b
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.
#edb93b Background Color
<div style="background-color:#edb93b">
Div content here</div>
This div background color is #edb93b
#edb93b Border Color
<div style="border:3px solid #edb93b">
Div here</div>
This div border color is #edb93b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,185,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edb93b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edb93b; -webkit-box-shadow: 1px 1px 3px 2px #edb93b; box-shadow: 1px 1px 3px 2px #edb93b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,185,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edb93b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edb93b; -webkit-box-shadow: 1px 1px 3px 2px #edb93b; box-shadow: 1px 1px 3px 2px #edb93b;">
Div content here</div>
This div box has shadow with color #edb93b
Comments
No comments written yet.
Please login to write comment.