Color spaces of #ebd3cd
RGB | 235 | 211 | 205 |
---|---|---|---|
HSL | 0.03 | 0.43 | 0.86 |
HSV | 12° | 13° | 92° |
CMYK | 0.00 | 0.10 | 0.13 0.08 |
XYZ | 68.5747 | 68.6585 | 67.3957 |
Yxy | 68.6585 | 0.3351 | 0.3355 |
Hunter Lab | 82.8604 | 2.7196 | 9.7779 |
CIE-Lab | 86.3347 | 7.3501 | 5.9929 |
#ebd3cd color RGB value is (235,211,205).
#ebd3cd hex color red value is 235, green value is 211 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebd3cd hue: 0.03 , saturation: 0.43 and the lightness value of ebd3cd is 0.86.
The process color (four color CMYK) of #ebd3cd color hex is 0.00, 0.10, 0.13, 0.08. Web safe color of #ebd3cd is #ffcccc. Color #ebd3cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010011 | 11001101 |
Octal | 353 | 323 | 315 |
Decimal | 235 | 211 | 205 |
Hex | EB | D3 | CD |
Shades of #ebd3cd
Tints of #ebd3cd
RGB Percentages of Color #ebd3cd
CMYK Percentages of Color #ebd3cd
Complementary Color
#ebd3cd | #cde5eb |
#ebd3cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd3cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd3cd Color CSS Codes
.mybgcolor {background-color:#ebd3cd; } .myforecolor {color:#ebd3cd; } .mybordercolor {border:3px solid #ebd3cd; }
#ebd3cd Text Font Color
<p style="color:#ebd3cd">Text here</p>
This sample text font color is #ebd3cd
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.
#ebd3cd Background Color
<div style="background-color:#ebd3cd">
Div content here</div>
This div background color is #ebd3cd
#ebd3cd Border Color
<div style="border:3px solid #ebd3cd">
Div here</div>
This div border color is #ebd3cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,211,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd3cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd3cd; -webkit-box-shadow: 1px 1px 3px 2px #ebd3cd; box-shadow: 1px 1px 3px 2px #ebd3cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,211,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 #ebd3cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd3cd; -webkit-box-shadow: 1px 1px 3px 2px #ebd3cd; box-shadow: 1px 1px 3px 2px #ebd3cd;">
Div content here</div>
This div box has shadow with color #ebd3cd
Comments
No comments written yet.
Please login to write comment.