Color spaces of #ebcbbd
RGB | 235 | 203 | 189 |
---|---|---|---|
HSL | 0.05 | 0.53 | 0.83 |
HSV | 18° | 20° | 92° |
CMYK | 0.00 | 0.14 | 0.20 0.08 |
XYZ | 64.8022 | 64.0482 | 57.0912 |
Yxy | 64.0482 | 0.3485 | 0.3445 |
Hunter Lab | 80.0301 | 4.4828 | 13.7253 |
CIE-Lab | 83.9909 | 9.0736 | 11.1233 |
#ebcbbd color RGB value is (235,203,189).
#ebcbbd hex color red value is 235, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebcbbd hue: 0.05 , saturation: 0.53 and the lightness value of ebcbbd is 0.83.
The process color (four color CMYK) of #ebcbbd color hex is 0.00, 0.14, 0.20, 0.08. Web safe color of #ebcbbd is #ffcccc. Color #ebcbbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001011 | 10111101 |
Octal | 353 | 313 | 275 |
Decimal | 235 | 203 | 189 |
Hex | EB | CB | BD |
Shades of #ebcbbd
Tints of #ebcbbd
RGB Percentages of Color #ebcbbd
CMYK Percentages of Color #ebcbbd
Complementary Color
#ebcbbd | #bdddeb |
#ebcbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcbbd Color CSS Codes
.mybgcolor {background-color:#ebcbbd; } .myforecolor {color:#ebcbbd; } .mybordercolor {border:3px solid #ebcbbd; }
#ebcbbd Text Font Color
<p style="color:#ebcbbd">Text here</p>
This sample text font color is #ebcbbd
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.
#ebcbbd Background Color
<div style="background-color:#ebcbbd">
Div content here</div>
This div background color is #ebcbbd
#ebcbbd Border Color
<div style="border:3px solid #ebcbbd">
Div here</div>
This div border color is #ebcbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcbbd; -webkit-box-shadow: 1px 1px 3px 2px #ebcbbd; box-shadow: 1px 1px 3px 2px #ebcbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,203,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 #ebcbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcbbd; -webkit-box-shadow: 1px 1px 3px 2px #ebcbbd; box-shadow: 1px 1px 3px 2px #ebcbbd;">
Div content here</div>
This div box has shadow with color #ebcbbd
Comments
No comments written yet.
Please login to write comment.