Color spaces of #ead15c
RGB | 234 | 209 | 92 |
---|---|---|---|
HSL | 0.14 | 0.77 | 0.64 |
HSV | 49° | 61° | 92° |
CMYK | 0.00 | 0.11 | 0.61 0.08 |
XYZ | 58.6639 | 63.8661 | 19.3607 |
Yxy | 63.8661 | 0.4134 | 0.4501 |
Hunter Lab | 79.9163 | -8.8225 | 41.5777 |
CIE-Lab | 83.8960 | -4.8759 | 59.7696 |
#ead15c color RGB value is (234,209,92).
#ead15c hex color red value is 234, green value is 209 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ead15c hue: 0.14 , saturation: 0.77 and the lightness value of ead15c is 0.64.
The process color (four color CMYK) of #ead15c color hex is 0.00, 0.11, 0.61, 0.08. Web safe color of #ead15c is #ffcc66. Color #ead15c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010001 | 01011100 |
Octal | 352 | 321 | 134 |
Decimal | 234 | 209 | 92 |
Hex | EA | D1 | 5C |
Shades of #ead15c
Tints of #ead15c
RGB Percentages of Color #ead15c
CMYK Percentages of Color #ead15c
Complementary Color
#ead15c | #5c75ea |
#ead15c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead15c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead15c Color CSS Codes
.mybgcolor {background-color:#ead15c; } .myforecolor {color:#ead15c; } .mybordercolor {border:3px solid #ead15c; }
#ead15c Text Font Color
<p style="color:#ead15c">Text here</p>
This sample text font color is #ead15c
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.
#ead15c Background Color
<div style="background-color:#ead15c">
Div content here</div>
This div background color is #ead15c
#ead15c Border Color
<div style="border:3px solid #ead15c">
Div here</div>
This div border color is #ead15c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,209,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead15c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead15c; -webkit-box-shadow: 1px 1px 3px 2px #ead15c; box-shadow: 1px 1px 3px 2px #ead15c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,209,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead15c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead15c; -webkit-box-shadow: 1px 1px 3px 2px #ead15c; box-shadow: 1px 1px 3px 2px #ead15c;">
Div content here</div>
This div box has shadow with color #ead15c
Comments
No comments written yet.
Please login to write comment.