Color spaces of #edd37e
RGB | 237 | 211 | 126 |
---|---|---|---|
HSL | 0.13 | 0.76 | 0.71 |
HSV | 46° | 47° | 93° |
CMYK | 0.00 | 0.11 | 0.47 0.07 |
XYZ | 61.9852 | 66.0994 | 29.2302 |
Yxy | 66.0994 | 0.3940 | 0.4202 |
Hunter Lab | 81.3015 | -6.1873 | 35.5946 |
CIE-Lab | 85.0471 | -1.9506 | 45.2001 |
#edd37e color RGB value is (237,211,126).
#edd37e hex color red value is 237, green value is 211 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edd37e hue: 0.13 , saturation: 0.76 and the lightness value of edd37e is 0.71.
The process color (four color CMYK) of #edd37e color hex is 0.00, 0.11, 0.47, 0.07. Web safe color of #edd37e is #ffcc66. Color #edd37e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010011 | 01111110 |
Octal | 355 | 323 | 176 |
Decimal | 237 | 211 | 126 |
Hex | ED | D3 | 7E |
Shades of #edd37e
Tints of #edd37e
RGB Percentages of Color #edd37e
CMYK Percentages of Color #edd37e
Complementary Color
#edd37e | #7e98ed |
#edd37e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd37e Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd37e Color CSS Codes
.mybgcolor {background-color:#edd37e; } .myforecolor {color:#edd37e; } .mybordercolor {border:3px solid #edd37e; }
#edd37e Text Font Color
<p style="color:#edd37e">Text here</p>
This sample text font color is #edd37e
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.
#edd37e Background Color
<div style="background-color:#edd37e">
Div content here</div>
This div background color is #edd37e
#edd37e Border Color
<div style="border:3px solid #edd37e">
Div here</div>
This div border color is #edd37e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,211,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd37e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd37e; -webkit-box-shadow: 1px 1px 3px 2px #edd37e; box-shadow: 1px 1px 3px 2px #edd37e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,211,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd37e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd37e; -webkit-box-shadow: 1px 1px 3px 2px #edd37e; box-shadow: 1px 1px 3px 2px #edd37e;">
Div content here</div>
This div box has shadow with color #edd37e
Comments
No comments written yet.
Please login to write comment.