Color spaces of #edd03e
RGB | 237 | 208 | 62 |
---|---|---|---|
HSL | 0.14 | 0.83 | 0.59 |
HSV | 50° | 74° | 93° |
CMYK | 0.00 | 0.12 | 0.74 0.07 |
XYZ | 58.3504 | 63.4641 | 13.7318 |
Yxy | 63.4641 | 0.4305 | 0.4682 |
Hunter Lab | 79.6644 | -8.6698 | 45.5452 |
CIE-Lab | 83.6860 | -4.7303 | 71.5759 |
#edd03e color RGB value is (237,208,62).
#edd03e hex color red value is 237, green value is 208 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #edd03e hue: 0.14 , saturation: 0.83 and the lightness value of edd03e is 0.59.
The process color (four color CMYK) of #edd03e color hex is 0.00, 0.12, 0.74, 0.07. Web safe color of #edd03e is #ffcc33. Color #edd03e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010000 | 00111110 |
Octal | 355 | 320 | 76 |
Decimal | 237 | 208 | 62 |
Hex | ED | D0 | 3E |
Shades of #edd03e
Tints of #edd03e
RGB Percentages of Color #edd03e
CMYK Percentages of Color #edd03e
Complementary Color
#edd03e | #3e5bed |
#edd03e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd03e Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd03e Color CSS Codes
.mybgcolor {background-color:#edd03e; } .myforecolor {color:#edd03e; } .mybordercolor {border:3px solid #edd03e; }
#edd03e Text Font Color
<p style="color:#edd03e">Text here</p>
This sample text font color is #edd03e
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.
#edd03e Background Color
<div style="background-color:#edd03e">
Div content here</div>
This div background color is #edd03e
#edd03e Border Color
<div style="border:3px solid #edd03e">
Div here</div>
This div border color is #edd03e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,208,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd03e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd03e; -webkit-box-shadow: 1px 1px 3px 2px #edd03e; box-shadow: 1px 1px 3px 2px #edd03e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,208,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd03e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd03e; -webkit-box-shadow: 1px 1px 3px 2px #edd03e; box-shadow: 1px 1px 3px 2px #edd03e;">
Div content here</div>
This div box has shadow with color #edd03e
Comments
No comments written yet.
Please login to write comment.