Color spaces of #edd056
RGB | 237 | 208 | 86 |
---|---|---|---|
HSL | 0.13 | 0.81 | 0.63 |
HSV | 48° | 64° | 93° |
CMYK | 0.00 | 0.12 | 0.64 0.07 |
XYZ | 59.1606 | 63.7882 | 17.9983 |
Yxy | 63.7882 | 0.4197 | 0.4526 |
Hunter Lab | 79.8675 | -7.5471 | 42.5461 |
CIE-Lab | 83.8554 | -3.5027 | 62.4020 |
#edd056 color RGB value is (237,208,86).
#edd056 hex color red value is 237, green value is 208 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #edd056 hue: 0.13 , saturation: 0.81 and the lightness value of edd056 is 0.63.
The process color (four color CMYK) of #edd056 color hex is 0.00, 0.12, 0.64, 0.07. Web safe color of #edd056 is #ffcc66. Color #edd056 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010000 | 01010110 |
Octal | 355 | 320 | 126 |
Decimal | 237 | 208 | 86 |
Hex | ED | D0 | 56 |
Shades of #edd056
Tints of #edd056
RGB Percentages of Color #edd056
CMYK Percentages of Color #edd056
Complementary Color
#edd056 | #5673ed |
#edd056 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd056 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd056 Color CSS Codes
.mybgcolor {background-color:#edd056; } .myforecolor {color:#edd056; } .mybordercolor {border:3px solid #edd056; }
#edd056 Text Font Color
<p style="color:#edd056">Text here</p>
This sample text font color is #edd056
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.
#edd056 Background Color
<div style="background-color:#edd056">
Div content here</div>
This div background color is #edd056
#edd056 Border Color
<div style="border:3px solid #edd056">
Div here</div>
This div border color is #edd056
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,208,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd056; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd056; -webkit-box-shadow: 1px 1px 3px 2px #edd056; box-shadow: 1px 1px 3px 2px #edd056; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,208,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd056">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd056; -webkit-box-shadow: 1px 1px 3px 2px #edd056; box-shadow: 1px 1px 3px 2px #edd056;">
Div content here</div>
This div box has shadow with color #edd056
Comments
No comments written yet.
Please login to write comment.