Color spaces of #ebe79a
RGB | 235 | 231 | 154 |
---|---|---|---|
HSL | 0.16 | 0.67 | 0.76 |
HSV | 57° | 34° | 92° |
CMYK | 0.00 | 0.02 | 0.34 0.08 |
XYZ | 68.6696 | 77.1471 | 41.8435 |
Yxy | 77.1471 | 0.3659 | 0.4111 |
Hunter Lab | 87.8334 | -14.1543 | 33.2379 |
CIE-Lab | 90.3893 | -9.9200 | 38.0226 |
#ebe79a color RGB value is (235,231,154).
#ebe79a hex color red value is 235, green value is 231 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ebe79a hue: 0.16 , saturation: 0.67 and the lightness value of ebe79a is 0.76.
The process color (four color CMYK) of #ebe79a color hex is 0.00, 0.02, 0.34, 0.08. Web safe color of #ebe79a is #ffff99. Color #ebe79a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100111 | 10011010 |
Octal | 353 | 347 | 232 |
Decimal | 235 | 231 | 154 |
Hex | EB | E7 | 9A |
Shades of #ebe79a
Tints of #ebe79a
RGB Percentages of Color #ebe79a
CMYK Percentages of Color #ebe79a
Complementary Color
#ebe79a | #9a9eeb |
#ebe79a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe79a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe79a Color CSS Codes
.mybgcolor {background-color:#ebe79a; } .myforecolor {color:#ebe79a; } .mybordercolor {border:3px solid #ebe79a; }
#ebe79a Text Font Color
<p style="color:#ebe79a">Text here</p>
This sample text font color is #ebe79a
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.
#ebe79a Background Color
<div style="background-color:#ebe79a">
Div content here</div>
This div background color is #ebe79a
#ebe79a Border Color
<div style="border:3px solid #ebe79a">
Div here</div>
This div border color is #ebe79a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,231,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe79a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe79a; -webkit-box-shadow: 1px 1px 3px 2px #ebe79a; box-shadow: 1px 1px 3px 2px #ebe79a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,231,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 #ebe79a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe79a; -webkit-box-shadow: 1px 1px 3px 2px #ebe79a; box-shadow: 1px 1px 3px 2px #ebe79a;">
Div content here</div>
This div box has shadow with color #ebe79a
Comments
No comments written yet.
Please login to write comment.