Color spaces of #edc895
RGB | 237 | 200 | 149 |
---|---|---|---|
HSL | 0.10 | 0.71 | 0.76 |
HSV | 35° | 37° | 93° |
CMYK | 0.00 | 0.16 | 0.37 0.07 |
XYZ | 61.0041 | 61.4830 | 37.0859 |
Yxy | 61.4830 | 0.3823 | 0.3853 |
Hunter Lab | 78.4111 | 1.6542 | 26.8455 |
CIE-Lab | 82.6377 | 6.1349 | 30.3919 |
#edc895 color RGB value is (237,200,149).
#edc895 hex color red value is 237, green value is 200 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #edc895 hue: 0.10 , saturation: 0.71 and the lightness value of edc895 is 0.76.
The process color (four color CMYK) of #edc895 color hex is 0.00, 0.16, 0.37, 0.07. Web safe color of #edc895 is #ffcc99. Color #edc895 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001000 | 10010101 |
Octal | 355 | 310 | 225 |
Decimal | 237 | 200 | 149 |
Hex | ED | C8 | 95 |
Shades of #edc895
Tints of #edc895
RGB Percentages of Color #edc895
CMYK Percentages of Color #edc895
Complementary Color
#edc895 | #95baed |
#edc895 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc895 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc895 Color CSS Codes
.mybgcolor {background-color:#edc895; } .myforecolor {color:#edc895; } .mybordercolor {border:3px solid #edc895; }
#edc895 Text Font Color
<p style="color:#edc895">Text here</p>
This sample text font color is #edc895
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.
#edc895 Background Color
<div style="background-color:#edc895">
Div content here</div>
This div background color is #edc895
#edc895 Border Color
<div style="border:3px solid #edc895">
Div here</div>
This div border color is #edc895
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,200,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc895; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc895; -webkit-box-shadow: 1px 1px 3px 2px #edc895; box-shadow: 1px 1px 3px 2px #edc895; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,200,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc895">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc895; -webkit-box-shadow: 1px 1px 3px 2px #edc895; box-shadow: 1px 1px 3px 2px #edc895;">
Div content here</div>
This div box has shadow with color #edc895
Comments
No comments written yet.
Please login to write comment.