Color spaces of #ecd4ef
RGB | 236 | 212 | 239 |
---|---|---|---|
HSL | 0.81 | 0.46 | 0.88 |
HSV | 293° | 11° | 94° |
CMYK | 0.01 | 0.11 | 0.00 0.06 |
XYZ | 73.7155 | 71.1518 | 91.5098 |
Yxy | 71.1518 | 0.3119 | 0.3010 |
Hunter Lab | 84.3515 | 8.3775 | -5.2754 |
CIE-Lab | 87.5587 | 13.0113 | -10.1913 |
#ecd4ef color RGB value is (236,212,239).
#ecd4ef hex color red value is 236, green value is 212 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ecd4ef hue: 0.81 , saturation: 0.46 and the lightness value of ecd4ef is 0.88.
The process color (four color CMYK) of #ecd4ef color hex is 0.01, 0.11, 0.00, 0.06. Web safe color of #ecd4ef is #ffccff. Color #ecd4ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010100 | 11101111 |
Octal | 354 | 324 | 357 |
Decimal | 236 | 212 | 239 |
Hex | EC | D4 | EF |
Shades of #ecd4ef
Tints of #ecd4ef
RGB Percentages of Color #ecd4ef
CMYK Percentages of Color #ecd4ef
Complementary Color
#ecd4ef | #d7efd4 |
#ecd4ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd4ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd4ef Color CSS Codes
.mybgcolor {background-color:#ecd4ef; } .myforecolor {color:#ecd4ef; } .mybordercolor {border:3px solid #ecd4ef; }
#ecd4ef Text Font Color
<p style="color:#ecd4ef">Text here</p>
This sample text font color is #ecd4ef
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.
#ecd4ef Background Color
<div style="background-color:#ecd4ef">
Div content here</div>
This div background color is #ecd4ef
#ecd4ef Border Color
<div style="border:3px solid #ecd4ef">
Div here</div>
This div border color is #ecd4ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,212,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd4ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd4ef; -webkit-box-shadow: 1px 1px 3px 2px #ecd4ef; box-shadow: 1px 1px 3px 2px #ecd4ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,212,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd4ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd4ef; -webkit-box-shadow: 1px 1px 3px 2px #ecd4ef; box-shadow: 1px 1px 3px 2px #ecd4ef;">
Div content here</div>
This div box has shadow with color #ecd4ef
Comments
No comments written yet.
Please login to write comment.