Color spaces of #eabd64
RGB | 234 | 189 | 100 |
---|---|---|---|
HSL | 0.11 | 0.76 | 0.65 |
HSV | 40° | 57° | 92° |
CMYK | 0.00 | 0.19 | 0.57 0.08 |
XYZ | 54.4295 | 54.8077 | 19.7668 |
Yxy | 54.8077 | 0.4219 | 0.4249 |
Hunter Lab | 74.0322 | 1.6792 | 35.9920 |
CIE-Lab | 78.9304 | 6.0282 | 50.4273 |
#eabd64 color RGB value is (234,189,100).
#eabd64 hex color red value is 234, green value is 189 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eabd64 hue: 0.11 , saturation: 0.76 and the lightness value of eabd64 is 0.65.
The process color (four color CMYK) of #eabd64 color hex is 0.00, 0.19, 0.57, 0.08. Web safe color of #eabd64 is #ffcc66. Color #eabd64 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111101 | 01100100 |
Octal | 352 | 275 | 144 |
Decimal | 234 | 189 | 100 |
Hex | EA | BD | 64 |
Shades of #eabd64
Tints of #eabd64
RGB Percentages of Color #eabd64
CMYK Percentages of Color #eabd64
Complementary Color
#eabd64 | #6491ea |
#eabd64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabd64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabd64 Color CSS Codes
.mybgcolor {background-color:#eabd64; } .myforecolor {color:#eabd64; } .mybordercolor {border:3px solid #eabd64; }
#eabd64 Text Font Color
<p style="color:#eabd64">Text here</p>
This sample text font color is #eabd64
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.
#eabd64 Background Color
<div style="background-color:#eabd64">
Div content here</div>
This div background color is #eabd64
#eabd64 Border Color
<div style="border:3px solid #eabd64">
Div here</div>
This div border color is #eabd64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,189,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabd64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabd64; -webkit-box-shadow: 1px 1px 3px 2px #eabd64; box-shadow: 1px 1px 3px 2px #eabd64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,189,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 #eabd64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabd64; -webkit-box-shadow: 1px 1px 3px 2px #eabd64; box-shadow: 1px 1px 3px 2px #eabd64;">
Div content here</div>
This div box has shadow with color #eabd64
Comments
No comments written yet.
Please login to write comment.