Color spaces of #ebdbac
RGB | 235 | 219 | 172 |
---|---|---|---|
HSL | 0.12 | 0.61 | 0.80 |
HSV | 45° | 27° | 92° |
CMYK | 0.00 | 0.07 | 0.27 0.08 |
XYZ | 67.0389 | 71.3038 | 49.2594 |
Yxy | 71.3038 | 0.3573 | 0.3801 |
Hunter Lab | 84.4416 | -6.0601 | 24.5220 |
CIE-Lab | 87.6324 | -1.6168 | 25.1419 |
#ebdbac color RGB value is (235,219,172).
#ebdbac hex color red value is 235, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebdbac hue: 0.12 , saturation: 0.61 and the lightness value of ebdbac is 0.80.
The process color (four color CMYK) of #ebdbac color hex is 0.00, 0.07, 0.27, 0.08. Web safe color of #ebdbac is #ffcc99. Color #ebdbac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011011 | 10101100 |
Octal | 353 | 333 | 254 |
Decimal | 235 | 219 | 172 |
Hex | EB | DB | AC |
Shades of #ebdbac
Tints of #ebdbac
RGB Percentages of Color #ebdbac
CMYK Percentages of Color #ebdbac
Complementary Color
#ebdbac | #acbceb |
#ebdbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdbac Color CSS Codes
.mybgcolor {background-color:#ebdbac; } .myforecolor {color:#ebdbac; } .mybordercolor {border:3px solid #ebdbac; }
#ebdbac Text Font Color
<p style="color:#ebdbac">Text here</p>
This sample text font color is #ebdbac
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.
#ebdbac Background Color
<div style="background-color:#ebdbac">
Div content here</div>
This div background color is #ebdbac
#ebdbac Border Color
<div style="border:3px solid #ebdbac">
Div here</div>
This div border color is #ebdbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,219,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdbac; -webkit-box-shadow: 1px 1px 3px 2px #ebdbac; box-shadow: 1px 1px 3px 2px #ebdbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,219,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdbac; -webkit-box-shadow: 1px 1px 3px 2px #ebdbac; box-shadow: 1px 1px 3px 2px #ebdbac;">
Div content here</div>
This div box has shadow with color #ebdbac
#ebdbac Color Palettes
Comments
No comments written yet.
Please login to write comment.