Color spaces of #ead32b
RGB | 234 | 211 | 43 |
---|---|---|---|
HSL | 0.15 | 0.82 | 0.54 |
HSV | 53° | 82° | 92° |
CMYK | 0.00 | 0.10 | 0.82 0.08 |
XYZ | 57.6620 | 64.2554 | 11.6489 |
Yxy | 64.2554 | 0.4317 | 0.4811 |
Hunter Lab | 80.1595 | -11.8767 | 47.4955 |
CIE-Lab | 84.0986 | -8.1865 | 77.6388 |
#ead32b color RGB value is (234,211,43).
#ead32b hex color red value is 234, green value is 211 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ead32b hue: 0.15 , saturation: 0.82 and the lightness value of ead32b is 0.54.
The process color (four color CMYK) of #ead32b color hex is 0.00, 0.10, 0.82, 0.08. Web safe color of #ead32b is #ffcc33. Color #ead32b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010011 | 00101011 |
Octal | 352 | 323 | 53 |
Decimal | 234 | 211 | 43 |
Hex | EA | D3 | 2B |
Shades of #ead32b
Tints of #ead32b
RGB Percentages of Color #ead32b
CMYK Percentages of Color #ead32b
Complementary Color
#ead32b | #2b42ea |
#ead32b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead32b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead32b Color CSS Codes
.mybgcolor {background-color:#ead32b; } .myforecolor {color:#ead32b; } .mybordercolor {border:3px solid #ead32b; }
#ead32b Text Font Color
<p style="color:#ead32b">Text here</p>
This sample text font color is #ead32b
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.
#ead32b Background Color
<div style="background-color:#ead32b">
Div content here</div>
This div background color is #ead32b
#ead32b Border Color
<div style="border:3px solid #ead32b">
Div here</div>
This div border color is #ead32b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,211,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead32b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead32b; -webkit-box-shadow: 1px 1px 3px 2px #ead32b; box-shadow: 1px 1px 3px 2px #ead32b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,211,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead32b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead32b; -webkit-box-shadow: 1px 1px 3px 2px #ead32b; box-shadow: 1px 1px 3px 2px #ead32b;">
Div content here</div>
This div box has shadow with color #ead32b
Comments
No comments written yet.
Please login to write comment.