Color spaces of #ecabbd
RGB | 236 | 171 | 189 |
---|---|---|---|
HSL | 0.95 | 0.63 | 0.80 |
HSV | 343° | 28° | 93° |
CMYK | 0.00 | 0.28 | 0.20 0.07 |
XYZ | 58.3403 | 50.6328 | 54.8424 |
Yxy | 50.6328 | 0.3561 | 0.3091 |
Hunter Lab | 71.1567 | 21.8251 | 4.1133 |
CIE-Lab | 76.4560 | 26.4087 | 0.2782 |
#ecabbd color RGB value is (236,171,189).
#ecabbd hex color red value is 236, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ecabbd hue: 0.95 , saturation: 0.63 and the lightness value of ecabbd is 0.80.
The process color (four color CMYK) of #ecabbd color hex is 0.00, 0.28, 0.20, 0.07. Web safe color of #ecabbd is #ff99cc. Color #ecabbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101011 | 10111101 |
Octal | 354 | 253 | 275 |
Decimal | 236 | 171 | 189 |
Hex | EC | AB | BD |
Shades of #ecabbd
Tints of #ecabbd
RGB Percentages of Color #ecabbd
CMYK Percentages of Color #ecabbd
Complementary Color
#ecabbd | #abecda |
#ecabbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecabbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecabbd Color CSS Codes
.mybgcolor {background-color:#ecabbd; } .myforecolor {color:#ecabbd; } .mybordercolor {border:3px solid #ecabbd; }
#ecabbd Text Font Color
<p style="color:#ecabbd">Text here</p>
This sample text font color is #ecabbd
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.
#ecabbd Background Color
<div style="background-color:#ecabbd">
Div content here</div>
This div background color is #ecabbd
#ecabbd Border Color
<div style="border:3px solid #ecabbd">
Div here</div>
This div border color is #ecabbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,171,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecabbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecabbd; -webkit-box-shadow: 1px 1px 3px 2px #ecabbd; box-shadow: 1px 1px 3px 2px #ecabbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,171,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecabbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecabbd; -webkit-box-shadow: 1px 1px 3px 2px #ecabbd; box-shadow: 1px 1px 3px 2px #ecabbd;">
Div content here</div>
This div box has shadow with color #ecabbd
Comments
No comments written yet.
Please login to write comment.