Color spaces of #ebdb9a
RGB | 235 | 219 | 154 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.76 |
HSV | 48° | 34° | 92° |
CMYK | 0.00 | 0.07 | 0.34 0.08 |
XYZ | 65.4252 | 70.6583 | 40.7620 |
Yxy | 70.6583 | 0.3700 | 0.3995 |
Hunter Lab | 84.0585 | -8.1706 | 30.0898 |
CIE-Lab | 87.3187 | -3.8649 | 33.9922 |
#ebdb9a color RGB value is (235,219,154).
#ebdb9a hex color red value is 235, green value is 219 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ebdb9a hue: 0.13 , saturation: 0.67 and the lightness value of ebdb9a is 0.76.
The process color (four color CMYK) of #ebdb9a color hex is 0.00, 0.07, 0.34, 0.08. Web safe color of #ebdb9a is #ffcc99. Color #ebdb9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011011 | 10011010 |
Octal | 353 | 333 | 232 |
Decimal | 235 | 219 | 154 |
Hex | EB | DB | 9A |
Shades of #ebdb9a
Tints of #ebdb9a
RGB Percentages of Color #ebdb9a
CMYK Percentages of Color #ebdb9a
Complementary Color
#ebdb9a | #9aaaeb |
#ebdb9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdb9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdb9a Color CSS Codes
.mybgcolor {background-color:#ebdb9a; } .myforecolor {color:#ebdb9a; } .mybordercolor {border:3px solid #ebdb9a; }
#ebdb9a Text Font Color
<p style="color:#ebdb9a">Text here</p>
This sample text font color is #ebdb9a
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.
#ebdb9a Background Color
<div style="background-color:#ebdb9a">
Div content here</div>
This div background color is #ebdb9a
#ebdb9a Border Color
<div style="border:3px solid #ebdb9a">
Div here</div>
This div border color is #ebdb9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,219,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdb9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdb9a; -webkit-box-shadow: 1px 1px 3px 2px #ebdb9a; box-shadow: 1px 1px 3px 2px #ebdb9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,219,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdb9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdb9a; -webkit-box-shadow: 1px 1px 3px 2px #ebdb9a; box-shadow: 1px 1px 3px 2px #ebdb9a;">
Div content here</div>
This div box has shadow with color #ebdb9a
Comments
No comments written yet.
Please login to write comment.