Color spaces of #edcbdf
RGB | 237 | 203 | 223 |
---|---|---|---|
HSL | 0.90 | 0.49 | 0.86 |
HSV | 325° | 14° | 93° |
CMYK | 0.00 | 0.14 | 0.06 0.07 |
XYZ | 69.6003 | 66.0441 | 78.8915 |
Yxy | 66.0441 | 0.3244 | 0.3078 |
Hunter Lab | 81.2675 | 10.6554 | -0.6693 |
CIE-Lab | 85.0189 | 15.2460 | -5.4627 |
#edcbdf color RGB value is (237,203,223).
#edcbdf hex color red value is 237, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edcbdf hue: 0.90 , saturation: 0.49 and the lightness value of edcbdf is 0.86.
The process color (four color CMYK) of #edcbdf color hex is 0.00, 0.14, 0.06, 0.07. Web safe color of #edcbdf is #ffcccc. Color #edcbdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001011 | 11011111 |
Octal | 355 | 313 | 337 |
Decimal | 237 | 203 | 223 |
Hex | ED | CB | DF |
Shades of #edcbdf
Tints of #edcbdf
RGB Percentages of Color #edcbdf
CMYK Percentages of Color #edcbdf
Complementary Color
#edcbdf | #cbedd9 |
#edcbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcbdf Color CSS Codes
.mybgcolor {background-color:#edcbdf; } .myforecolor {color:#edcbdf; } .mybordercolor {border:3px solid #edcbdf; }
#edcbdf Text Font Color
<p style="color:#edcbdf">Text here</p>
This sample text font color is #edcbdf
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.
#edcbdf Background Color
<div style="background-color:#edcbdf">
Div content here</div>
This div background color is #edcbdf
#edcbdf Border Color
<div style="border:3px solid #edcbdf">
Div here</div>
This div border color is #edcbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,203,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcbdf; -webkit-box-shadow: 1px 1px 3px 2px #edcbdf; box-shadow: 1px 1px 3px 2px #edcbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,203,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcbdf; -webkit-box-shadow: 1px 1px 3px 2px #edcbdf; box-shadow: 1px 1px 3px 2px #edcbdf;">
Div content here</div>
This div box has shadow with color #edcbdf
Comments
No comments written yet.
Please login to write comment.