Color spaces of #ecc6eb
RGB | 236 | 198 | 235 |
---|---|---|---|
HSL | 0.84 | 0.50 | 0.85 |
HSV | 302° | 16° | 93° |
CMYK | 0.00 | 0.16 | 0.00 0.07 |
XYZ | 69.7816 | 64.2192 | 87.3149 |
Yxy | 64.2192 | 0.3153 | 0.2902 |
Hunter Lab | 80.1369 | 15.1947 | -8.5049 |
CIE-Lab | 84.0798 | 19.6850 | -13.2602 |
#ecc6eb color RGB value is (236,198,235).
#ecc6eb hex color red value is 236, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ecc6eb hue: 0.84 , saturation: 0.50 and the lightness value of ecc6eb is 0.85.
The process color (four color CMYK) of #ecc6eb color hex is 0.00, 0.16, 0.00, 0.07. Web safe color of #ecc6eb is #ffccff. Color #ecc6eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11000110 | 11101011 |
Octal | 354 | 306 | 353 |
Decimal | 236 | 198 | 235 |
Hex | EC | C6 | EB |
Shades of #ecc6eb
Tints of #ecc6eb
RGB Percentages of Color #ecc6eb
CMYK Percentages of Color #ecc6eb
Complementary Color
#ecc6eb | #c6ecc7 |
#ecc6eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecc6eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecc6eb Color CSS Codes
.mybgcolor {background-color:#ecc6eb; } .myforecolor {color:#ecc6eb; } .mybordercolor {border:3px solid #ecc6eb; }
#ecc6eb Text Font Color
<p style="color:#ecc6eb">Text here</p>
This sample text font color is #ecc6eb
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.
#ecc6eb Background Color
<div style="background-color:#ecc6eb">
Div content here</div>
This div background color is #ecc6eb
#ecc6eb Border Color
<div style="border:3px solid #ecc6eb">
Div here</div>
This div border color is #ecc6eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,198,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecc6eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecc6eb; -webkit-box-shadow: 1px 1px 3px 2px #ecc6eb; box-shadow: 1px 1px 3px 2px #ecc6eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,198,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecc6eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecc6eb; -webkit-box-shadow: 1px 1px 3px 2px #ecc6eb; box-shadow: 1px 1px 3px 2px #ecc6eb;">
Div content here</div>
This div box has shadow with color #ecc6eb
Comments
No comments written yet.
Please login to write comment.