Color spaces of #ebcacb
RGB | 235 | 202 | 203 |
---|---|---|---|
HSL | 0.99 | 0.45 | 0.86 |
HSV | 358° | 14° | 92° |
CMYK | 0.00 | 0.14 | 0.14 0.08 |
XYZ | 66.1610 | 64.2150 | 65.4076 |
Yxy | 64.2150 | 0.3379 | 0.3280 |
Hunter Lab | 80.1343 | 7.1394 | 7.7000 |
CIE-Lab | 84.0776 | 11.7544 | 3.7941 |
#ebcacb color RGB value is (235,202,203).
#ebcacb hex color red value is 235, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebcacb hue: 0.99 , saturation: 0.45 and the lightness value of ebcacb is 0.86.
The process color (four color CMYK) of #ebcacb color hex is 0.00, 0.14, 0.14, 0.08. Web safe color of #ebcacb is #ffcccc. Color #ebcacb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001010 | 11001011 |
Octal | 353 | 312 | 313 |
Decimal | 235 | 202 | 203 |
Hex | EB | CA | CB |
Shades of #ebcacb
Tints of #ebcacb
RGB Percentages of Color #ebcacb
CMYK Percentages of Color #ebcacb
Complementary Color
#ebcacb | #caebea |
#ebcacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcacb Color CSS Codes
.mybgcolor {background-color:#ebcacb; } .myforecolor {color:#ebcacb; } .mybordercolor {border:3px solid #ebcacb; }
#ebcacb Text Font Color
<p style="color:#ebcacb">Text here</p>
This sample text font color is #ebcacb
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.
#ebcacb Background Color
<div style="background-color:#ebcacb">
Div content here</div>
This div background color is #ebcacb
#ebcacb Border Color
<div style="border:3px solid #ebcacb">
Div here</div>
This div border color is #ebcacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,202,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcacb; -webkit-box-shadow: 1px 1px 3px 2px #ebcacb; box-shadow: 1px 1px 3px 2px #ebcacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,202,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 #ebcacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcacb; -webkit-box-shadow: 1px 1px 3px 2px #ebcacb; box-shadow: 1px 1px 3px 2px #ebcacb;">
Div content here</div>
This div box has shadow with color #ebcacb
Comments
No comments written yet.
Please login to write comment.