Color spaces of #ead40b
RGB | 234 | 212 | 11 |
---|---|---|---|
HSL | 0.15 | 0.91 | 0.48 |
HSV | 54° | 95° | 92° |
CMYK | 0.00 | 0.09 | 0.95 0.08 |
XYZ | 57.5356 | 64.6036 | 9.7539 |
Yxy | 64.6036 | 0.4362 | 0.4898 |
Hunter Lab | 80.3764 | -12.8835 | 49.0684 |
CIE-Lab | 84.2791 | -9.2739 | 83.4060 |
#ead40b color RGB value is (234,212,11).
#ead40b hex color red value is 234, green value is 212 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ead40b hue: 0.15 , saturation: 0.91 and the lightness value of ead40b is 0.48.
The process color (four color CMYK) of #ead40b color hex is 0.00, 0.09, 0.95, 0.08. Web safe color of #ead40b is #ffcc00. Color #ead40b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010100 | 00001011 |
Octal | 352 | 324 | 13 |
Decimal | 234 | 212 | 11 |
Hex | EA | D4 | B |
Shades of #ead40b
Tints of #ead40b
RGB Percentages of Color #ead40b
CMYK Percentages of Color #ead40b
Complementary Color
#ead40b | #0b21ea |
#ead40b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead40b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead40b Color CSS Codes
.mybgcolor {background-color:#ead40b; } .myforecolor {color:#ead40b; } .mybordercolor {border:3px solid #ead40b; }
#ead40b Text Font Color
<p style="color:#ead40b">Text here</p>
This sample text font color is #ead40b
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.
#ead40b Background Color
<div style="background-color:#ead40b">
Div content here</div>
This div background color is #ead40b
#ead40b Border Color
<div style="border:3px solid #ead40b">
Div here</div>
This div border color is #ead40b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,212,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead40b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead40b; -webkit-box-shadow: 1px 1px 3px 2px #ead40b; box-shadow: 1px 1px 3px 2px #ead40b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,212,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead40b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead40b; -webkit-box-shadow: 1px 1px 3px 2px #ead40b; box-shadow: 1px 1px 3px 2px #ead40b;">
Div content here</div>
This div box has shadow with color #ead40b
Comments
No comments written yet.
Please login to write comment.