Color spaces of #ecafdc
RGB | 236 | 175 | 220 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.81 |
HSV | 316° | 26° | 93° |
CMYK | 0.00 | 0.26 | 0.07 0.07 |
XYZ | 62.8403 | 53.6601 | 74.7555 |
Yxy | 53.6601 | 0.3286 | 0.2806 |
Hunter Lab | 73.2531 | 24.9338 | -9.2289 |
CIE-Lab | 78.2631 | 29.2755 | -13.9149 |
#ecafdc color RGB value is (236,175,220).
#ecafdc hex color red value is 236, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecafdc hue: 0.88 , saturation: 0.62 and the lightness value of ecafdc is 0.81.
The process color (four color CMYK) of #ecafdc color hex is 0.00, 0.26, 0.07, 0.07. Web safe color of #ecafdc is #ff99cc. Color #ecafdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101111 | 11011100 |
Octal | 354 | 257 | 334 |
Decimal | 236 | 175 | 220 |
Hex | EC | AF | DC |
Shades of #ecafdc
Tints of #ecafdc
RGB Percentages of Color #ecafdc
CMYK Percentages of Color #ecafdc
Complementary Color
#ecafdc | #afecbf |
#ecafdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecafdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecafdc Color CSS Codes
.mybgcolor {background-color:#ecafdc; } .myforecolor {color:#ecafdc; } .mybordercolor {border:3px solid #ecafdc; }
#ecafdc Text Font Color
<p style="color:#ecafdc">Text here</p>
This sample text font color is #ecafdc
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.
#ecafdc Background Color
<div style="background-color:#ecafdc">
Div content here</div>
This div background color is #ecafdc
#ecafdc Border Color
<div style="border:3px solid #ecafdc">
Div here</div>
This div border color is #ecafdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,175,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecafdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecafdc; -webkit-box-shadow: 1px 1px 3px 2px #ecafdc; box-shadow: 1px 1px 3px 2px #ecafdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,175,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecafdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecafdc; -webkit-box-shadow: 1px 1px 3px 2px #ecafdc; box-shadow: 1px 1px 3px 2px #ecafdc;">
Div content here</div>
This div box has shadow with color #ecafdc
Comments
No comments written yet.
Please login to write comment.