Color spaces of #edbd0b
RGB | 237 | 189 | 11 |
---|---|---|---|
HSL | 0.13 | 0.91 | 0.49 |
HSV | 47° | 95° | 93° |
CMYK | 0.00 | 0.20 | 0.95 0.07 |
XYZ | 53.1831 | 54.4239 | 8.0184 |
Yxy | 54.4239 | 0.4600 | 0.4707 |
Hunter Lab | 73.7726 | -0.4202 | 45.1965 |
CIE-Lab | 78.7083 | 3.7917 | 79.4589 |
#edbd0b color RGB value is (237,189,11).
#edbd0b hex color red value is 237, green value is 189 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #edbd0b hue: 0.13 , saturation: 0.91 and the lightness value of edbd0b is 0.49.
The process color (four color CMYK) of #edbd0b color hex is 0.00, 0.20, 0.95, 0.07. Web safe color of #edbd0b is #ffcc00. Color #edbd0b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111101 | 00001011 |
Octal | 355 | 275 | 13 |
Decimal | 237 | 189 | 11 |
Hex | ED | BD | B |
Shades of #edbd0b
Tints of #edbd0b
RGB Percentages of Color #edbd0b
CMYK Percentages of Color #edbd0b
Complementary Color
#edbd0b | #0b3bed |
#edbd0b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbd0b Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbd0b Color CSS Codes
.mybgcolor {background-color:#edbd0b; } .myforecolor {color:#edbd0b; } .mybordercolor {border:3px solid #edbd0b; }
#edbd0b Text Font Color
<p style="color:#edbd0b">Text here</p>
This sample text font color is #edbd0b
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.
#edbd0b Background Color
<div style="background-color:#edbd0b">
Div content here</div>
This div background color is #edbd0b
#edbd0b Border Color
<div style="border:3px solid #edbd0b">
Div here</div>
This div border color is #edbd0b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,189,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbd0b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbd0b; -webkit-box-shadow: 1px 1px 3px 2px #edbd0b; box-shadow: 1px 1px 3px 2px #edbd0b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,189,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbd0b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbd0b; -webkit-box-shadow: 1px 1px 3px 2px #edbd0b; box-shadow: 1px 1px 3px 2px #edbd0b;">
Div content here</div>
This div box has shadow with color #edbd0b
Comments
No comments written yet.
Please login to write comment.