Color spaces of #edcd4d
RGB | 237 | 205 | 77 |
---|---|---|---|
HSL | 0.13 | 0.82 | 0.62 |
HSV | 48° | 68° | 93° |
CMYK | 0.00 | 0.14 | 0.68 0.07 |
XYZ | 58.0959 | 62.2030 | 15.9656 |
Yxy | 62.2030 | 0.4263 | 0.4565 |
Hunter Lab | 78.8689 | -6.5350 | 43.2060 |
CIE-Lab | 83.0213 | -2.4838 | 65.2621 |
#edcd4d color RGB value is (237,205,77).
#edcd4d hex color red value is 237, green value is 205 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #edcd4d hue: 0.13 , saturation: 0.82 and the lightness value of edcd4d is 0.62.
The process color (four color CMYK) of #edcd4d color hex is 0.00, 0.14, 0.68, 0.07. Web safe color of #edcd4d is #ffcc66. Color #edcd4d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001101 | 01001101 |
Octal | 355 | 315 | 115 |
Decimal | 237 | 205 | 77 |
Hex | ED | CD | 4D |
Shades of #edcd4d
Tints of #edcd4d
RGB Percentages of Color #edcd4d
CMYK Percentages of Color #edcd4d
Complementary Color
#edcd4d | #4d6ded |
#edcd4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcd4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcd4d Color CSS Codes
.mybgcolor {background-color:#edcd4d; } .myforecolor {color:#edcd4d; } .mybordercolor {border:3px solid #edcd4d; }
#edcd4d Text Font Color
<p style="color:#edcd4d">Text here</p>
This sample text font color is #edcd4d
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.
#edcd4d Background Color
<div style="background-color:#edcd4d">
Div content here</div>
This div background color is #edcd4d
#edcd4d Border Color
<div style="border:3px solid #edcd4d">
Div here</div>
This div border color is #edcd4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,205,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcd4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcd4d; -webkit-box-shadow: 1px 1px 3px 2px #edcd4d; box-shadow: 1px 1px 3px 2px #edcd4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,205,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcd4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcd4d; -webkit-box-shadow: 1px 1px 3px 2px #edcd4d; box-shadow: 1px 1px 3px 2px #edcd4d;">
Div content here</div>
This div box has shadow with color #edcd4d
Comments
No comments written yet.
Please login to write comment.