Color spaces of #ebd9ad
RGB | 235 | 217 | 173 |
---|---|---|---|
HSL | 0.12 | 0.61 | 0.80 |
HSV | 43° | 26° | 92° |
CMYK | 0.00 | 0.08 | 0.26 0.08 |
XYZ | 66.6166 | 70.3050 | 49.5943 |
Yxy | 70.3050 | 0.3572 | 0.3769 |
Hunter Lab | 83.8481 | -4.9174 | 23.6249 |
CIE-Lab | 87.1462 | -0.4578 | 23.9566 |
#ebd9ad color RGB value is (235,217,173).
#ebd9ad hex color red value is 235, green value is 217 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebd9ad hue: 0.12 , saturation: 0.61 and the lightness value of ebd9ad is 0.80.
The process color (four color CMYK) of #ebd9ad color hex is 0.00, 0.08, 0.26, 0.08. Web safe color of #ebd9ad is #ffcc99. Color #ebd9ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011001 | 10101101 |
Octal | 353 | 331 | 255 |
Decimal | 235 | 217 | 173 |
Hex | EB | D9 | AD |
Shades of #ebd9ad
Tints of #ebd9ad
RGB Percentages of Color #ebd9ad
CMYK Percentages of Color #ebd9ad
Complementary Color
#ebd9ad | #adbfeb |
#ebd9ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd9ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd9ad Color CSS Codes
.mybgcolor {background-color:#ebd9ad; } .myforecolor {color:#ebd9ad; } .mybordercolor {border:3px solid #ebd9ad; }
#ebd9ad Text Font Color
<p style="color:#ebd9ad">Text here</p>
This sample text font color is #ebd9ad
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.
#ebd9ad Background Color
<div style="background-color:#ebd9ad">
Div content here</div>
This div background color is #ebd9ad
#ebd9ad Border Color
<div style="border:3px solid #ebd9ad">
Div here</div>
This div border color is #ebd9ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,217,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd9ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd9ad; -webkit-box-shadow: 1px 1px 3px 2px #ebd9ad; box-shadow: 1px 1px 3px 2px #ebd9ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,217,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd9ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd9ad; -webkit-box-shadow: 1px 1px 3px 2px #ebd9ad; box-shadow: 1px 1px 3px 2px #ebd9ad;">
Div content here</div>
This div box has shadow with color #ebd9ad
Comments
No comments written yet.
Please login to write comment.