Color spaces of #edd5ea
RGB | 237 | 213 | 234 |
---|---|---|---|
HSL | 0.85 | 0.40 | 0.88 |
HSV | 308° | 10° | 93° |
CMYK | 0.00 | 0.10 | 0.01 0.07 |
XYZ | 73.5706 | 71.5335 | 87.7717 |
Yxy | 71.5335 | 0.3159 | 0.3072 |
Hunter Lab | 84.5775 | 7.2595 | -2.3250 |
CIE-Lab | 87.7436 | 11.9133 | -7.2668 |
#edd5ea color RGB value is (237,213,234).
#edd5ea hex color red value is 237, green value is 213 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #edd5ea hue: 0.85 , saturation: 0.40 and the lightness value of edd5ea is 0.88.
The process color (four color CMYK) of #edd5ea color hex is 0.00, 0.10, 0.01, 0.07. Web safe color of #edd5ea is #ffccff. Color #edd5ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010101 | 11101010 |
Octal | 355 | 325 | 352 |
Decimal | 237 | 213 | 234 |
Hex | ED | D5 | EA |
Shades of #edd5ea
Tints of #edd5ea
RGB Percentages of Color #edd5ea
CMYK Percentages of Color #edd5ea
Complementary Color
#edd5ea | #d5edd8 |
#edd5ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd5ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd5ea Color CSS Codes
.mybgcolor {background-color:#edd5ea; } .myforecolor {color:#edd5ea; } .mybordercolor {border:3px solid #edd5ea; }
#edd5ea Text Font Color
<p style="color:#edd5ea">Text here</p>
This sample text font color is #edd5ea
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.
#edd5ea Background Color
<div style="background-color:#edd5ea">
Div content here</div>
This div background color is #edd5ea
#edd5ea Border Color
<div style="border:3px solid #edd5ea">
Div here</div>
This div border color is #edd5ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,213,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd5ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd5ea; -webkit-box-shadow: 1px 1px 3px 2px #edd5ea; box-shadow: 1px 1px 3px 2px #edd5ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,213,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd5ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd5ea; -webkit-box-shadow: 1px 1px 3px 2px #edd5ea; box-shadow: 1px 1px 3px 2px #edd5ea;">
Div content here</div>
This div box has shadow with color #edd5ea
Comments
No comments written yet.
Please login to write comment.