Color spaces of #ebd990
RGB | 235 | 217 | 144 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.74 |
HSV | 48° | 39° | 92° |
CMYK | 0.00 | 0.08 | 0.39 0.08 |
XYZ | 64.1078 | 69.3015 | 36.3832 |
Yxy | 69.3015 | 0.3776 | 0.4082 |
Hunter Lab | 83.2475 | -8.2227 | 32.3607 |
CIE-Lab | 86.6531 | -3.9793 | 38.2028 |
#ebd990 color RGB value is (235,217,144).
#ebd990 hex color red value is 235, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ebd990 hue: 0.13 , saturation: 0.69 and the lightness value of ebd990 is 0.74.
The process color (four color CMYK) of #ebd990 color hex is 0.00, 0.08, 0.39, 0.08. Web safe color of #ebd990 is #ffcc99. Color #ebd990 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011001 | 10010000 |
Octal | 353 | 331 | 220 |
Decimal | 235 | 217 | 144 |
Hex | EB | D9 | 90 |
Shades of #ebd990
Tints of #ebd990
RGB Percentages of Color #ebd990
CMYK Percentages of Color #ebd990
Complementary Color
#ebd990 | #90a2eb |
#ebd990 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd990 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd990 Color CSS Codes
.mybgcolor {background-color:#ebd990; } .myforecolor {color:#ebd990; } .mybordercolor {border:3px solid #ebd990; }
#ebd990 Text Font Color
<p style="color:#ebd990">Text here</p>
This sample text font color is #ebd990
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.
#ebd990 Background Color
<div style="background-color:#ebd990">
Div content here</div>
This div background color is #ebd990
#ebd990 Border Color
<div style="border:3px solid #ebd990">
Div here</div>
This div border color is #ebd990
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,217,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd990; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd990; -webkit-box-shadow: 1px 1px 3px 2px #ebd990; box-shadow: 1px 1px 3px 2px #ebd990; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,217,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd990">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd990; -webkit-box-shadow: 1px 1px 3px 2px #ebd990; box-shadow: 1px 1px 3px 2px #ebd990;">
Div content here</div>
This div box has shadow with color #ebd990
Comments
No comments written yet.
Please login to write comment.