Color spaces of #ebc0cb
RGB | 235 | 192 | 203 |
---|---|---|---|
HSL | 0.96 | 0.52 | 0.84 |
HSV | 345° | 18° | 92° |
CMYK | 0.00 | 0.18 | 0.14 0.08 |
XYZ | 63.8901 | 59.6732 | 64.6506 |
Yxy | 59.6732 | 0.3395 | 0.3170 |
Hunter Lab | 77.2484 | 12.4478 | 4.4530 |
CIE-Lab | 81.6602 | 17.0449 | 0.2798 |
#ebc0cb color RGB value is (235,192,203).
#ebc0cb hex color red value is 235, green value is 192 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebc0cb hue: 0.96 , saturation: 0.52 and the lightness value of ebc0cb is 0.84.
The process color (four color CMYK) of #ebc0cb color hex is 0.00, 0.18, 0.14, 0.08. Web safe color of #ebc0cb is #ffcccc. Color #ebc0cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000000 | 11001011 |
Octal | 353 | 300 | 313 |
Decimal | 235 | 192 | 203 |
Hex | EB | C0 | CB |
Shades of #ebc0cb
Tints of #ebc0cb
RGB Percentages of Color #ebc0cb
CMYK Percentages of Color #ebc0cb
Complementary Color
#ebc0cb | #c0ebe0 |
#ebc0cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc0cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc0cb Color CSS Codes
.mybgcolor {background-color:#ebc0cb; } .myforecolor {color:#ebc0cb; } .mybordercolor {border:3px solid #ebc0cb; }
#ebc0cb Text Font Color
<p style="color:#ebc0cb">Text here</p>
This sample text font color is #ebc0cb
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.
#ebc0cb Background Color
<div style="background-color:#ebc0cb">
Div content here</div>
This div background color is #ebc0cb
#ebc0cb Border Color
<div style="border:3px solid #ebc0cb">
Div here</div>
This div border color is #ebc0cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,192,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc0cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc0cb; -webkit-box-shadow: 1px 1px 3px 2px #ebc0cb; box-shadow: 1px 1px 3px 2px #ebc0cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,192,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc0cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc0cb; -webkit-box-shadow: 1px 1px 3px 2px #ebc0cb; box-shadow: 1px 1px 3px 2px #ebc0cb;">
Div content here</div>
This div box has shadow with color #ebc0cb
Comments
No comments written yet.
Please login to write comment.