Color spaces of #ebe08c
RGB | 235 | 224 | 140 |
---|---|---|---|
HSL | 0.15 | 0.70 | 0.74 |
HSV | 53° | 40° | 92° |
CMYK | 0.00 | 0.05 | 0.40 0.08 |
XYZ | 65.6502 | 72.8669 | 35.4155 |
Yxy | 72.8669 | 0.3774 | 0.4189 |
Hunter Lab | 85.3621 | -12.1031 | 35.1549 |
CIE-Lab | 88.3842 | -7.9520 | 42.4289 |
#ebe08c color RGB value is (235,224,140).
#ebe08c hex color red value is 235, green value is 224 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ebe08c hue: 0.15 , saturation: 0.70 and the lightness value of ebe08c is 0.74.
The process color (four color CMYK) of #ebe08c color hex is 0.00, 0.05, 0.40, 0.08. Web safe color of #ebe08c is #ffcc99. Color #ebe08c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100000 | 10001100 |
Octal | 353 | 340 | 214 |
Decimal | 235 | 224 | 140 |
Hex | EB | E0 | 8C |
Shades of #ebe08c
Tints of #ebe08c
RGB Percentages of Color #ebe08c
CMYK Percentages of Color #ebe08c
Complementary Color
#ebe08c | #8c97eb |
#ebe08c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe08c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe08c Color CSS Codes
.mybgcolor {background-color:#ebe08c; } .myforecolor {color:#ebe08c; } .mybordercolor {border:3px solid #ebe08c; }
#ebe08c Text Font Color
<p style="color:#ebe08c">Text here</p>
This sample text font color is #ebe08c
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.
#ebe08c Background Color
<div style="background-color:#ebe08c">
Div content here</div>
This div background color is #ebe08c
#ebe08c Border Color
<div style="border:3px solid #ebe08c">
Div here</div>
This div border color is #ebe08c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,224,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe08c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe08c; -webkit-box-shadow: 1px 1px 3px 2px #ebe08c; box-shadow: 1px 1px 3px 2px #ebe08c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,224,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebe08c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe08c; -webkit-box-shadow: 1px 1px 3px 2px #ebe08c; box-shadow: 1px 1px 3px 2px #ebe08c;">
Div content here</div>
This div box has shadow with color #ebe08c
#ebe08c Color Palettes
Comments
No comments written yet.
Please login to write comment.