Color spaces of #ebc0ad
RGB | 235 | 192 | 173 |
---|---|---|---|
HSL | 0.05 | 0.61 | 0.80 |
HSV | 18° | 26° | 92° |
CMYK | 0.00 | 0.18 | 0.26 0.08 |
XYZ | 60.6534 | 58.3786 | 47.6066 |
Yxy | 58.3786 | 0.3640 | 0.3503 |
Hunter Lab | 76.4059 | 7.9886 | 16.5420 |
CIE-Lab | 80.9488 | 12.5865 | 15.3553 |
#ebc0ad color RGB value is (235,192,173).
#ebc0ad hex color red value is 235, green value is 192 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebc0ad hue: 0.05 , saturation: 0.61 and the lightness value of ebc0ad is 0.80.
The process color (four color CMYK) of #ebc0ad color hex is 0.00, 0.18, 0.26, 0.08. Web safe color of #ebc0ad is #ffcc99. Color #ebc0ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000000 | 10101101 |
Octal | 353 | 300 | 255 |
Decimal | 235 | 192 | 173 |
Hex | EB | C0 | AD |
Shades of #ebc0ad
Tints of #ebc0ad
RGB Percentages of Color #ebc0ad
CMYK Percentages of Color #ebc0ad
Complementary Color
#ebc0ad | #add8eb |
#ebc0ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc0ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc0ad Color CSS Codes
.mybgcolor {background-color:#ebc0ad; } .myforecolor {color:#ebc0ad; } .mybordercolor {border:3px solid #ebc0ad; }
#ebc0ad Text Font Color
<p style="color:#ebc0ad">Text here</p>
This sample text font color is #ebc0ad
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.
#ebc0ad Background Color
<div style="background-color:#ebc0ad">
Div content here</div>
This div background color is #ebc0ad
#ebc0ad Border Color
<div style="border:3px solid #ebc0ad">
Div here</div>
This div border color is #ebc0ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,192,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc0ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc0ad; -webkit-box-shadow: 1px 1px 3px 2px #ebc0ad; box-shadow: 1px 1px 3px 2px #ebc0ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,192,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 #ebc0ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc0ad; -webkit-box-shadow: 1px 1px 3px 2px #ebc0ad; box-shadow: 1px 1px 3px 2px #ebc0ad;">
Div content here</div>
This div box has shadow with color #ebc0ad
Comments
No comments written yet.
Please login to write comment.