Color spaces of #ebd764
RGB | 235 | 215 | 100 |
---|---|---|---|
HSL | 0.14 | 0.77 | 0.66 |
HSV | 51° | 57° | 92° |
CMYK | 0.00 | 0.09 | 0.57 0.08 |
XYZ | 60.8616 | 67.1831 | 21.8165 |
Yxy | 67.1831 | 0.4061 | 0.4483 |
Hunter Lab | 81.9653 | -10.8979 | 41.5946 |
CIE-Lab | 85.5963 | -6.9538 | 58.1340 |
#ebd764 color RGB value is (235,215,100).
#ebd764 hex color red value is 235, green value is 215 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ebd764 hue: 0.14 , saturation: 0.77 and the lightness value of ebd764 is 0.66.
The process color (four color CMYK) of #ebd764 color hex is 0.00, 0.09, 0.57, 0.08. Web safe color of #ebd764 is #ffcc66. Color #ebd764 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010111 | 01100100 |
Octal | 353 | 327 | 144 |
Decimal | 235 | 215 | 100 |
Hex | EB | D7 | 64 |
Shades of #ebd764
Tints of #ebd764
RGB Percentages of Color #ebd764
CMYK Percentages of Color #ebd764
Complementary Color
#ebd764 | #6478eb |
#ebd764 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd764 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd764 Color CSS Codes
.mybgcolor {background-color:#ebd764; } .myforecolor {color:#ebd764; } .mybordercolor {border:3px solid #ebd764; }
#ebd764 Text Font Color
<p style="color:#ebd764">Text here</p>
This sample text font color is #ebd764
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.
#ebd764 Background Color
<div style="background-color:#ebd764">
Div content here</div>
This div background color is #ebd764
#ebd764 Border Color
<div style="border:3px solid #ebd764">
Div here</div>
This div border color is #ebd764
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,215,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd764; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd764; -webkit-box-shadow: 1px 1px 3px 2px #ebd764; box-shadow: 1px 1px 3px 2px #ebd764; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,215,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd764">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd764; -webkit-box-shadow: 1px 1px 3px 2px #ebd764; box-shadow: 1px 1px 3px 2px #ebd764;">
Div content here</div>
This div box has shadow with color #ebd764
Comments
No comments written yet.
Please login to write comment.