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