Color spaces of #ead11c
RGB | 234 | 209 | 28 |
---|---|---|---|
HSL | 0.15 | 0.83 | 0.51 |
HSV | 53° | 88° | 92° |
CMYK | 0.00 | 0.11 | 0.88 0.08 |
XYZ | 56.9417 | 63.1772 | 10.2919 |
Yxy | 63.1772 | 0.4366 | 0.4844 |
Hunter Lab | 79.4841 | -11.2213 | 47.9618 |
CIE-Lab | 83.5355 | -7.5294 | 80.5081 |
#ead11c color RGB value is (234,209,28).
#ead11c hex color red value is 234, green value is 209 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ead11c hue: 0.15 , saturation: 0.83 and the lightness value of ead11c is 0.51.
The process color (four color CMYK) of #ead11c color hex is 0.00, 0.11, 0.88, 0.08. Web safe color of #ead11c is #ffcc33. Color #ead11c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010001 | 00011100 |
Octal | 352 | 321 | 34 |
Decimal | 234 | 209 | 28 |
Hex | EA | D1 | 1C |
Shades of #ead11c
Tints of #ead11c
RGB Percentages of Color #ead11c
CMYK Percentages of Color #ead11c
Complementary Color
#ead11c | #1c35ea |
#ead11c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead11c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead11c Color CSS Codes
.mybgcolor {background-color:#ead11c; } .myforecolor {color:#ead11c; } .mybordercolor {border:3px solid #ead11c; }
#ead11c Text Font Color
<p style="color:#ead11c">Text here</p>
This sample text font color is #ead11c
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.
#ead11c Background Color
<div style="background-color:#ead11c">
Div content here</div>
This div background color is #ead11c
#ead11c Border Color
<div style="border:3px solid #ead11c">
Div here</div>
This div border color is #ead11c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,209,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead11c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead11c; -webkit-box-shadow: 1px 1px 3px 2px #ead11c; box-shadow: 1px 1px 3px 2px #ead11c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,209,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead11c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead11c; -webkit-box-shadow: 1px 1px 3px 2px #ead11c; box-shadow: 1px 1px 3px 2px #ead11c;">
Div content here</div>
This div box has shadow with color #ead11c
Comments
No comments written yet.
Please login to write comment.