Color spaces of #ebd77e
RGB | 235 | 215 | 126 |
---|---|---|---|
HSL | 0.14 | 0.73 | 0.71 |
HSV | 49° | 46° | 92° |
CMYK | 0.00 | 0.09 | 0.46 0.08 |
XYZ | 62.3273 | 67.7694 | 29.5345 |
Yxy | 67.7694 | 0.3904 | 0.4245 |
Hunter Lab | 82.3222 | -8.9189 | 36.3542 |
CIE-Lab | 85.8910 | -4.7919 | 46.2089 |
#ebd77e color RGB value is (235,215,126).
#ebd77e hex color red value is 235, green value is 215 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebd77e hue: 0.14 , saturation: 0.73 and the lightness value of ebd77e is 0.71.
The process color (four color CMYK) of #ebd77e color hex is 0.00, 0.09, 0.46, 0.08. Web safe color of #ebd77e is #ffcc66. Color #ebd77e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010111 | 01111110 |
Octal | 353 | 327 | 176 |
Decimal | 235 | 215 | 126 |
Hex | EB | D7 | 7E |
Shades of #ebd77e
Tints of #ebd77e
RGB Percentages of Color #ebd77e
CMYK Percentages of Color #ebd77e
Complementary Color
#ebd77e | #7e92eb |
#ebd77e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd77e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd77e Color CSS Codes
.mybgcolor {background-color:#ebd77e; } .myforecolor {color:#ebd77e; } .mybordercolor {border:3px solid #ebd77e; }
#ebd77e Text Font Color
<p style="color:#ebd77e">Text here</p>
This sample text font color is #ebd77e
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.
#ebd77e Background Color
<div style="background-color:#ebd77e">
Div content here</div>
This div background color is #ebd77e
#ebd77e Border Color
<div style="border:3px solid #ebd77e">
Div here</div>
This div border color is #ebd77e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,215,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd77e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd77e; -webkit-box-shadow: 1px 1px 3px 2px #ebd77e; box-shadow: 1px 1px 3px 2px #ebd77e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,215,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd77e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd77e; -webkit-box-shadow: 1px 1px 3px 2px #ebd77e; box-shadow: 1px 1px 3px 2px #ebd77e;">
Div content here</div>
This div box has shadow with color #ebd77e
Comments
No comments written yet.
Please login to write comment.