Color spaces of #eadc16
RGB | 234 | 220 | 22 |
---|---|---|---|
HSL | 0.16 | 0.83 | 0.50 |
HSV | 56° | 91° | 92° |
CMYK | 0.00 | 0.06 | 0.91 0.08 |
XYZ | 59.6697 | 68.7368 | 10.8816 |
Yxy | 68.7368 | 0.4284 | 0.4935 |
Hunter Lab | 82.9077 | -16.6197 | 50.2536 |
CIE-Lab | 86.3735 | -13.1358 | 83.6934 |
#eadc16 color RGB value is (234,220,22).
#eadc16 hex color red value is 234, green value is 220 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #eadc16 hue: 0.16 , saturation: 0.83 and the lightness value of eadc16 is 0.50.
The process color (four color CMYK) of #eadc16 color hex is 0.00, 0.06, 0.91, 0.08. Web safe color of #eadc16 is #ffcc00. Color #eadc16 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11011100 | 00010110 |
Octal | 352 | 334 | 26 |
Decimal | 234 | 220 | 22 |
Hex | EA | DC | 16 |
Shades of #eadc16
Tints of #eadc16
RGB Percentages of Color #eadc16
CMYK Percentages of Color #eadc16
Complementary Color
#eadc16 | #1624ea |
#eadc16 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eadc16 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eadc16 Color CSS Codes
.mybgcolor {background-color:#eadc16; } .myforecolor {color:#eadc16; } .mybordercolor {border:3px solid #eadc16; }
#eadc16 Text Font Color
<p style="color:#eadc16">Text here</p>
This sample text font color is #eadc16
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.
#eadc16 Background Color
<div style="background-color:#eadc16">
Div content here</div>
This div background color is #eadc16
#eadc16 Border Color
<div style="border:3px solid #eadc16">
Div here</div>
This div border color is #eadc16
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,220,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eadc16; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eadc16; -webkit-box-shadow: 1px 1px 3px 2px #eadc16; box-shadow: 1px 1px 3px 2px #eadc16; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,220,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eadc16">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eadc16; -webkit-box-shadow: 1px 1px 3px 2px #eadc16; box-shadow: 1px 1px 3px 2px #eadc16;">
Div content here</div>
This div box has shadow with color #eadc16
Comments
No comments written yet.
Please login to write comment.