Color spaces of #edceda
RGB | 237 | 206 | 218 |
---|---|---|---|
HSL | 0.94 | 0.46 | 0.87 |
HSV | 337° | 13° | 93° |
CMYK | 0.00 | 0.13 | 0.08 0.07 |
XYZ | 69.6512 | 67.2091 | 75.6313 |
Yxy | 67.2091 | 0.3278 | 0.3163 |
Hunter Lab | 81.9812 | 8.1866 | 2.6891 |
CIE-Lab | 85.6094 | 12.8105 | -1.9352 |
#edceda color RGB value is (237,206,218).
#edceda hex color red value is 237, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edceda hue: 0.94 , saturation: 0.46 and the lightness value of edceda is 0.87.
The process color (four color CMYK) of #edceda color hex is 0.00, 0.13, 0.08, 0.07. Web safe color of #edceda is #ffcccc. Color #edceda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001110 | 11011010 |
Octal | 355 | 316 | 332 |
Decimal | 237 | 206 | 218 |
Hex | ED | CE | DA |
Shades of #edceda
Tints of #edceda
RGB Percentages of Color #edceda
CMYK Percentages of Color #edceda
Complementary Color
#edceda | #ceede1 |
#edceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#edceda Color CSS Codes
.mybgcolor {background-color:#edceda; } .myforecolor {color:#edceda; } .mybordercolor {border:3px solid #edceda; }
#edceda Text Font Color
<p style="color:#edceda">Text here</p>
This sample text font color is #edceda
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.
#edceda Background Color
<div style="background-color:#edceda">
Div content here</div>
This div background color is #edceda
#edceda Border Color
<div style="border:3px solid #edceda">
Div here</div>
This div border color is #edceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edceda; -webkit-box-shadow: 1px 1px 3px 2px #edceda; box-shadow: 1px 1px 3px 2px #edceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,206,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 #edceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edceda; -webkit-box-shadow: 1px 1px 3px 2px #edceda; box-shadow: 1px 1px 3px 2px #edceda;">
Div content here</div>
This div box has shadow with color #edceda
Comments
No comments written yet.
Please login to write comment.