Color spaces of #eda6cb
RGB | 237 | 166 | 203 |
---|---|---|---|
HSL | 0.91 | 0.66 | 0.79 |
HSV | 329° | 30° | 93° |
CMYK | 0.00 | 0.30 | 0.14 0.07 |
XYZ | 59.3408 | 49.5888 | 62.9439 |
Yxy | 49.5888 | 0.3453 | 0.2885 |
Hunter Lab | 70.4193 | 27.1842 | -3.7025 |
CIE-Lab | 75.8162 | 31.5821 | -8.3037 |
#eda6cb color RGB value is (237,166,203).
#eda6cb hex color red value is 237, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eda6cb hue: 0.91 , saturation: 0.66 and the lightness value of eda6cb is 0.79.
The process color (four color CMYK) of #eda6cb color hex is 0.00, 0.30, 0.14, 0.07. Web safe color of #eda6cb is #ff99cc. Color #eda6cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10100110 | 11001011 |
Octal | 355 | 246 | 313 |
Decimal | 237 | 166 | 203 |
Hex | ED | A6 | CB |
Shades of #eda6cb
Tints of #eda6cb
RGB Percentages of Color #eda6cb
CMYK Percentages of Color #eda6cb
Complementary Color
#eda6cb | #a6edc8 |
#eda6cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda6cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda6cb Color CSS Codes
.mybgcolor {background-color:#eda6cb; } .myforecolor {color:#eda6cb; } .mybordercolor {border:3px solid #eda6cb; }
#eda6cb Text Font Color
<p style="color:#eda6cb">Text here</p>
This sample text font color is #eda6cb
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.
#eda6cb Background Color
<div style="background-color:#eda6cb">
Div content here</div>
This div background color is #eda6cb
#eda6cb Border Color
<div style="border:3px solid #eda6cb">
Div here</div>
This div border color is #eda6cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,166,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda6cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda6cb; -webkit-box-shadow: 1px 1px 3px 2px #eda6cb; box-shadow: 1px 1px 3px 2px #eda6cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,166,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda6cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda6cb; -webkit-box-shadow: 1px 1px 3px 2px #eda6cb; box-shadow: 1px 1px 3px 2px #eda6cb;">
Div content here</div>
This div box has shadow with color #eda6cb
Comments
No comments written yet.
Please login to write comment.