Color spaces of #edecda
RGB | 237 | 236 | 218 |
---|---|---|---|
HSL | 0.16 | 0.35 | 0.89 |
HSV | 57° | 8° | 93° |
CMYK | 0.00 | 0.00 | 0.08 0.07 |
XYZ | 77.5754 | 83.0574 | 78.2727 |
Yxy | 83.0574 | 0.3247 | 0.3477 |
Hunter Lab | 91.1358 | -7.5474 | 12.8734 |
CIE-Lab | 93.0396 | -2.7310 | 8.8369 |
#edecda color RGB value is (237,236,218).
#edecda hex color red value is 237, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edecda hue: 0.16 , saturation: 0.35 and the lightness value of edecda is 0.89.
The process color (four color CMYK) of #edecda color hex is 0.00, 0.00, 0.08, 0.07. Web safe color of #edecda is #ffffcc. Color #edecda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101100 | 11011010 |
Octal | 355 | 354 | 332 |
Decimal | 237 | 236 | 218 |
Hex | ED | EC | DA |
Shades of #edecda
Tints of #edecda
RGB Percentages of Color #edecda
CMYK Percentages of Color #edecda
Complementary Color
#edecda | #dadbed |
#edecda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edecda Color Preview on White Background
Lorem ipsum dolor sit amet.
#edecda Color CSS Codes
.mybgcolor {background-color:#edecda; } .myforecolor {color:#edecda; } .mybordercolor {border:3px solid #edecda; }
#edecda Text Font Color
<p style="color:#edecda">Text here</p>
This sample text font color is #edecda
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.
#edecda Background Color
<div style="background-color:#edecda">
Div content here</div>
This div background color is #edecda
#edecda Border Color
<div style="border:3px solid #edecda">
Div here</div>
This div border color is #edecda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,236,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edecda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edecda; -webkit-box-shadow: 1px 1px 3px 2px #edecda; box-shadow: 1px 1px 3px 2px #edecda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,236,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edecda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edecda; -webkit-box-shadow: 1px 1px 3px 2px #edecda; box-shadow: 1px 1px 3px 2px #edecda;">
Div content here</div>
This div box has shadow with color #edecda
Comments
No comments written yet.
Please login to write comment.