Color spaces of #edc49c
RGB | 237 | 196 | 156 |
---|---|---|---|
HSL | 0.08 | 0.69 | 0.77 |
HSV | 30° | 34° | 93° |
CMYK | 0.00 | 0.17 | 0.34 0.07 |
XYZ | 60.6657 | 59.8847 | 39.8140 |
Yxy | 59.8847 | 0.3783 | 0.3734 |
Hunter Lab | 77.3852 | 4.5100 | 23.6655 |
CIE-Lab | 81.7755 | 9.0524 | 25.5611 |
#edc49c color RGB value is (237,196,156).
#edc49c hex color red value is 237, green value is 196 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #edc49c hue: 0.08 , saturation: 0.69 and the lightness value of edc49c is 0.77.
The process color (four color CMYK) of #edc49c color hex is 0.00, 0.17, 0.34, 0.07. Web safe color of #edc49c is #ffcc99. Color #edc49c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000100 | 10011100 |
Octal | 355 | 304 | 234 |
Decimal | 237 | 196 | 156 |
Hex | ED | C4 | 9C |
Shades of #edc49c
Tints of #edc49c
RGB Percentages of Color #edc49c
CMYK Percentages of Color #edc49c
Complementary Color
#edc49c | #9cc5ed |
#edc49c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc49c Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc49c Color CSS Codes
.mybgcolor {background-color:#edc49c; } .myforecolor {color:#edc49c; } .mybordercolor {border:3px solid #edc49c; }
#edc49c Text Font Color
<p style="color:#edc49c">Text here</p>
This sample text font color is #edc49c
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.
#edc49c Background Color
<div style="background-color:#edc49c">
Div content here</div>
This div background color is #edc49c
#edc49c Border Color
<div style="border:3px solid #edc49c">
Div here</div>
This div border color is #edc49c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,196,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc49c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc49c; -webkit-box-shadow: 1px 1px 3px 2px #edc49c; box-shadow: 1px 1px 3px 2px #edc49c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,196,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc49c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc49c; -webkit-box-shadow: 1px 1px 3px 2px #edc49c; box-shadow: 1px 1px 3px 2px #edc49c;">
Div content here</div>
This div box has shadow with color #edc49c
Comments
No comments written yet.
Please login to write comment.