Color spaces of #eacd68
RGB | 234 | 205 | 104 |
---|---|---|---|
HSL | 0.13 | 0.76 | 0.66 |
HSV | 47° | 56° | 92° |
CMYK | 0.00 | 0.12 | 0.56 0.08 |
XYZ | 58.2617 | 62.1545 | 22.0230 |
Yxy | 62.1545 | 0.4090 | 0.4364 |
Hunter Lab | 78.8381 | -6.0545 | 38.6243 |
CIE-Lab | 82.9955 | -1.9696 | 53.2817 |
#eacd68 color RGB value is (234,205,104).
#eacd68 hex color red value is 234, green value is 205 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #eacd68 hue: 0.13 , saturation: 0.76 and the lightness value of eacd68 is 0.66.
The process color (four color CMYK) of #eacd68 color hex is 0.00, 0.12, 0.56, 0.08. Web safe color of #eacd68 is #ffcc66. Color #eacd68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001101 | 01101000 |
Octal | 352 | 315 | 150 |
Decimal | 234 | 205 | 104 |
Hex | EA | CD | 68 |
Shades of #eacd68
Tints of #eacd68
RGB Percentages of Color #eacd68
CMYK Percentages of Color #eacd68
Complementary Color
#eacd68 | #6885ea |
#eacd68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacd68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacd68 Color CSS Codes
.mybgcolor {background-color:#eacd68; } .myforecolor {color:#eacd68; } .mybordercolor {border:3px solid #eacd68; }
#eacd68 Text Font Color
<p style="color:#eacd68">Text here</p>
This sample text font color is #eacd68
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.
#eacd68 Background Color
<div style="background-color:#eacd68">
Div content here</div>
This div background color is #eacd68
#eacd68 Border Color
<div style="border:3px solid #eacd68">
Div here</div>
This div border color is #eacd68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,205,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacd68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacd68; -webkit-box-shadow: 1px 1px 3px 2px #eacd68; box-shadow: 1px 1px 3px 2px #eacd68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,205,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacd68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacd68; -webkit-box-shadow: 1px 1px 3px 2px #eacd68; box-shadow: 1px 1px 3px 2px #eacd68;">
Div content here</div>
This div box has shadow with color #eacd68
Comments
No comments written yet.
Please login to write comment.