Color spaces of #ebd4cd
RGB | 235 | 212 | 205 |
---|---|---|---|
HSL | 0.04 | 0.43 | 0.86 |
HSV | 14° | 13° | 92° |
CMYK | 0.00 | 0.10 | 0.13 0.08 |
XYZ | 68.8239 | 69.1569 | 67.4788 |
Yxy | 69.1569 | 0.3350 | 0.3366 |
Hunter Lab | 83.1606 | 2.1959 | 10.1029 |
CIE-Lab | 86.5817 | 6.8279 | 6.3487 |
#ebd4cd color RGB value is (235,212,205).
#ebd4cd hex color red value is 235, green value is 212 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebd4cd hue: 0.04 , saturation: 0.43 and the lightness value of ebd4cd is 0.86.
The process color (four color CMYK) of #ebd4cd color hex is 0.00, 0.10, 0.13, 0.08. Web safe color of #ebd4cd is #ffcccc. Color #ebd4cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010100 | 11001101 |
Octal | 353 | 324 | 315 |
Decimal | 235 | 212 | 205 |
Hex | EB | D4 | CD |
Shades of #ebd4cd
Tints of #ebd4cd
RGB Percentages of Color #ebd4cd
CMYK Percentages of Color #ebd4cd
Complementary Color
#ebd4cd | #cde4eb |
#ebd4cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd4cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd4cd Color CSS Codes
.mybgcolor {background-color:#ebd4cd; } .myforecolor {color:#ebd4cd; } .mybordercolor {border:3px solid #ebd4cd; }
#ebd4cd Text Font Color
<p style="color:#ebd4cd">Text here</p>
This sample text font color is #ebd4cd
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.
#ebd4cd Background Color
<div style="background-color:#ebd4cd">
Div content here</div>
This div background color is #ebd4cd
#ebd4cd Border Color
<div style="border:3px solid #ebd4cd">
Div here</div>
This div border color is #ebd4cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,212,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd4cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd4cd; -webkit-box-shadow: 1px 1px 3px 2px #ebd4cd; box-shadow: 1px 1px 3px 2px #ebd4cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,212,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd4cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd4cd; -webkit-box-shadow: 1px 1px 3px 2px #ebd4cd; box-shadow: 1px 1px 3px 2px #ebd4cd;">
Div content here</div>
This div box has shadow with color #ebd4cd
Comments
No comments written yet.
Please login to write comment.