Color spaces of #ecccd7
RGB | 236 | 204 | 215 |
---|---|---|---|
HSL | 0.94 | 0.46 | 0.86 |
HSV | 339° | 14° | 93° |
CMYK | 0.00 | 0.14 | 0.09 0.07 |
XYZ | 68.4507 | 65.9249 | 73.4070 |
Yxy | 65.9249 | 0.3294 | 0.3173 |
Hunter Lab | 81.1942 | 8.3946 | 3.2323 |
CIE-Lab | 84.9581 | 13.0131 | -1.3045 |
#ecccd7 color RGB value is (236,204,215).
#ecccd7 hex color red value is 236, green value is 204 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ecccd7 hue: 0.94 , saturation: 0.46 and the lightness value of ecccd7 is 0.86.
The process color (four color CMYK) of #ecccd7 color hex is 0.00, 0.14, 0.09, 0.07. Web safe color of #ecccd7 is #ffcccc. Color #ecccd7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11001100 | 11010111 |
Octal | 354 | 314 | 327 |
Decimal | 236 | 204 | 215 |
Hex | EC | CC | D7 |
Shades of #ecccd7
Tints of #ecccd7
RGB Percentages of Color #ecccd7
CMYK Percentages of Color #ecccd7
Complementary Color
#ecccd7 | #ccece1 |
#ecccd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecccd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecccd7 Color CSS Codes
.mybgcolor {background-color:#ecccd7; } .myforecolor {color:#ecccd7; } .mybordercolor {border:3px solid #ecccd7; }
#ecccd7 Text Font Color
<p style="color:#ecccd7">Text here</p>
This sample text font color is #ecccd7
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.
#ecccd7 Background Color
<div style="background-color:#ecccd7">
Div content here</div>
This div background color is #ecccd7
#ecccd7 Border Color
<div style="border:3px solid #ecccd7">
Div here</div>
This div border color is #ecccd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,204,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecccd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecccd7; -webkit-box-shadow: 1px 1px 3px 2px #ecccd7; box-shadow: 1px 1px 3px 2px #ecccd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,204,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecccd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecccd7; -webkit-box-shadow: 1px 1px 3px 2px #ecccd7; box-shadow: 1px 1px 3px 2px #ecccd7;">
Div content here</div>
This div box has shadow with color #ecccd7
Comments
No comments written yet.
Please login to write comment.