Color spaces of #ecbcbd
RGB | 236 | 188 | 189 |
---|---|---|---|
HSL | 1.00 | 0.56 | 0.83 |
HSV | 359° | 20° | 93° |
CMYK | 0.00 | 0.20 | 0.20 0.07 |
XYZ | 61.7606 | 57.4734 | 55.9825 |
Yxy | 57.4734 | 0.3525 | 0.3280 |
Hunter Lab | 75.8112 | 12.7477 | 9.2854 |
CIE-Lab | 80.4451 | 17.3612 | 6.0608 |
#ecbcbd color RGB value is (236,188,189).
#ecbcbd hex color red value is 236, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ecbcbd hue: 1.00 , saturation: 0.56 and the lightness value of ecbcbd is 0.83.
The process color (four color CMYK) of #ecbcbd color hex is 0.00, 0.20, 0.20, 0.07. Web safe color of #ecbcbd is #ffcccc. Color #ecbcbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111100 | 10111101 |
Octal | 354 | 274 | 275 |
Decimal | 236 | 188 | 189 |
Hex | EC | BC | BD |
Shades of #ecbcbd
Tints of #ecbcbd
RGB Percentages of Color #ecbcbd
CMYK Percentages of Color #ecbcbd
Complementary Color
#ecbcbd | #bceceb |
#ecbcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbcbd Color CSS Codes
.mybgcolor {background-color:#ecbcbd; } .myforecolor {color:#ecbcbd; } .mybordercolor {border:3px solid #ecbcbd; }
#ecbcbd Text Font Color
<p style="color:#ecbcbd">Text here</p>
This sample text font color is #ecbcbd
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.
#ecbcbd Background Color
<div style="background-color:#ecbcbd">
Div content here</div>
This div background color is #ecbcbd
#ecbcbd Border Color
<div style="border:3px solid #ecbcbd">
Div here</div>
This div border color is #ecbcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,188,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbcbd; -webkit-box-shadow: 1px 1px 3px 2px #ecbcbd; box-shadow: 1px 1px 3px 2px #ecbcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,188,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 #ecbcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbcbd; -webkit-box-shadow: 1px 1px 3px 2px #ecbcbd; box-shadow: 1px 1px 3px 2px #ecbcbd;">
Div content here</div>
This div box has shadow with color #ecbcbd
Comments
No comments written yet.
Please login to write comment.