Color spaces of #ed9fce
RGB | 237 | 159 | 206 |
---|---|---|---|
HSL | 0.90 | 0.68 | 0.78 |
HSV | 324° | 33° | 93° |
CMYK | 0.00 | 0.33 | 0.13 0.07 |
XYZ | 58.4638 | 47.2570 | 64.4327 |
Yxy | 47.2570 | 0.3436 | 0.2777 |
Hunter Lab | 68.7437 | 31.5056 | -7.4512 |
CIE-Lab | 74.3539 | 35.7695 | -12.1283 |
#ed9fce color RGB value is (237,159,206).
#ed9fce hex color red value is 237, green value is 159 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed9fce hue: 0.90 , saturation: 0.68 and the lightness value of ed9fce is 0.78.
The process color (four color CMYK) of #ed9fce color hex is 0.00, 0.33, 0.13, 0.07. Web safe color of #ed9fce is #ff99cc. Color #ed9fce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10011111 | 11001110 |
Octal | 355 | 237 | 316 |
Decimal | 237 | 159 | 206 |
Hex | ED | 9F | CE |
Shades of #ed9fce
Tints of #ed9fce
RGB Percentages of Color #ed9fce
CMYK Percentages of Color #ed9fce
Complementary Color
#ed9fce | #9fedbe |
#ed9fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed9fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed9fce Color CSS Codes
.mybgcolor {background-color:#ed9fce; } .myforecolor {color:#ed9fce; } .mybordercolor {border:3px solid #ed9fce; }
#ed9fce Text Font Color
<p style="color:#ed9fce">Text here</p>
This sample text font color is #ed9fce
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.
#ed9fce Background Color
<div style="background-color:#ed9fce">
Div content here</div>
This div background color is #ed9fce
#ed9fce Border Color
<div style="border:3px solid #ed9fce">
Div here</div>
This div border color is #ed9fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,159,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed9fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed9fce; -webkit-box-shadow: 1px 1px 3px 2px #ed9fce; box-shadow: 1px 1px 3px 2px #ed9fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,159,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed9fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed9fce; -webkit-box-shadow: 1px 1px 3px 2px #ed9fce; box-shadow: 1px 1px 3px 2px #ed9fce;">
Div content here</div>
This div box has shadow with color #ed9fce
Comments
No comments written yet.
Please login to write comment.