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