Color spaces of #ebd3bd
RGB | 235 | 211 | 189 |
---|---|---|---|
HSL | 0.08 | 0.53 | 0.83 |
HSV | 29° | 20° | 92° |
CMYK | 0.00 | 0.10 | 0.20 0.08 |
XYZ | 66.7405 | 67.9248 | 57.7373 |
Yxy | 67.9248 | 0.3469 | 0.3530 |
Hunter Lab | 82.4165 | 0.3196 | 16.1556 |
CIE-Lab | 85.9688 | 4.8924 | 13.9275 |
#ebd3bd color RGB value is (235,211,189).
#ebd3bd hex color red value is 235, green value is 211 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebd3bd hue: 0.08 , saturation: 0.53 and the lightness value of ebd3bd is 0.83.
The process color (four color CMYK) of #ebd3bd color hex is 0.00, 0.10, 0.20, 0.08. Web safe color of #ebd3bd is #ffcccc. Color #ebd3bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010011 | 10111101 |
Octal | 353 | 323 | 275 |
Decimal | 235 | 211 | 189 |
Hex | EB | D3 | BD |
Shades of #ebd3bd
Tints of #ebd3bd
RGB Percentages of Color #ebd3bd
CMYK Percentages of Color #ebd3bd
Complementary Color
#ebd3bd | #bdd5eb |
#ebd3bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd3bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd3bd Color CSS Codes
.mybgcolor {background-color:#ebd3bd; } .myforecolor {color:#ebd3bd; } .mybordercolor {border:3px solid #ebd3bd; }
#ebd3bd Text Font Color
<p style="color:#ebd3bd">Text here</p>
This sample text font color is #ebd3bd
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.
#ebd3bd Background Color
<div style="background-color:#ebd3bd">
Div content here</div>
This div background color is #ebd3bd
#ebd3bd Border Color
<div style="border:3px solid #ebd3bd">
Div here</div>
This div border color is #ebd3bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,211,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd3bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd3bd; -webkit-box-shadow: 1px 1px 3px 2px #ebd3bd; box-shadow: 1px 1px 3px 2px #ebd3bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,211,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 #ebd3bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd3bd; -webkit-box-shadow: 1px 1px 3px 2px #ebd3bd; box-shadow: 1px 1px 3px 2px #ebd3bd;">
Div content here</div>
This div box has shadow with color #ebd3bd
Comments
No comments written yet.
Please login to write comment.