Color spaces of #ededc9
RGB | 237 | 237 | 201 |
---|---|---|---|
HSL | 0.17 | 0.50 | 0.86 |
HSV | 60° | 15° | 93° |
CMYK | 0.00 | 0.00 | 0.15 0.07 |
XYZ | 75.7519 | 82.7899 | 67.2458 |
Yxy | 82.7899 | 0.3355 | 0.3667 |
Hunter Lab | 90.9890 | -10.6224 | 19.8737 |
CIE-Lab | 92.9224 | -5.9162 | 17.4774 |
#ededc9 color RGB value is (237,237,201).
#ededc9 hex color red value is 237, green value is 237 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ededc9 hue: 0.17 , saturation: 0.50 and the lightness value of ededc9 is 0.86.
The process color (four color CMYK) of #ededc9 color hex is 0.00, 0.00, 0.15, 0.07. Web safe color of #ededc9 is #ffffcc. Color #ededc9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101101 | 11001001 |
Octal | 355 | 355 | 311 |
Decimal | 237 | 237 | 201 |
Hex | ED | ED | C9 |
Shades of #ededc9
Tints of #ededc9
RGB Percentages of Color #ededc9
CMYK Percentages of Color #ededc9
Complementary Color
#ededc9 | #c9c9ed |
#ededc9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ededc9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ededc9 Color CSS Codes
.mybgcolor {background-color:#ededc9; } .myforecolor {color:#ededc9; } .mybordercolor {border:3px solid #ededc9; }
#ededc9 Text Font Color
<p style="color:#ededc9">Text here</p>
This sample text font color is #ededc9
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.
#ededc9 Background Color
<div style="background-color:#ededc9">
Div content here</div>
This div background color is #ededc9
#ededc9 Border Color
<div style="border:3px solid #ededc9">
Div here</div>
This div border color is #ededc9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,237,201, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ededc9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ededc9; -webkit-box-shadow: 1px 1px 3px 2px #ededc9; box-shadow: 1px 1px 3px 2px #ededc9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,237,201, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ededc9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ededc9; -webkit-box-shadow: 1px 1px 3px 2px #ededc9; box-shadow: 1px 1px 3px 2px #ededc9;">
Div content here</div>
This div box has shadow with color #ededc9
Comments
No comments written yet.
Please login to write comment.