Color spaces of #dec42a
RGB | 222 | 196 | 42 |
---|---|---|---|
HSL | 0.14 | 0.73 | 0.52 |
HSV | 51° | 81° | 87° |
CMYK | 0.00 | 0.12 | 0.81 0.13 |
XYZ | 50.2820 | 55.1766 | 10.1905 |
Yxy | 55.1766 | 0.4348 | 0.4771 |
Hunter Lab | 74.2810 | -9.1621 | 43.8628 |
CIE-Lab | 79.1429 | -5.7139 | 73.2347 |
#dec42a color RGB value is (222,196,42).
#dec42a hex color red value is 222, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dec42a hue: 0.14 , saturation: 0.73 and the lightness value of dec42a is 0.52.
The process color (four color CMYK) of #dec42a color hex is 0.00, 0.12, 0.81, 0.13. Web safe color of #dec42a is #cccc33. Color #dec42a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000100 | 00101010 |
Octal | 336 | 304 | 52 |
Decimal | 222 | 196 | 42 |
Hex | DE | C4 | 2A |
Shades of #dec42a
Tints of #dec42a
RGB Percentages of Color #dec42a
CMYK Percentages of Color #dec42a
Complementary Color
#dec42a | #2a44de |
#dec42a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec42a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec42a Color CSS Codes
.mybgcolor {background-color:#dec42a; } .myforecolor {color:#dec42a; } .mybordercolor {border:3px solid #dec42a; }
#dec42a Text Font Color
<p style="color:#dec42a">Text here</p>
This sample text font color is #dec42a
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.
#dec42a Background Color
<div style="background-color:#dec42a">
Div content here</div>
This div background color is #dec42a
#dec42a Border Color
<div style="border:3px solid #dec42a">
Div here</div>
This div border color is #dec42a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,196,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec42a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec42a; -webkit-box-shadow: 1px 1px 3px 2px #dec42a; box-shadow: 1px 1px 3px 2px #dec42a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,196,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec42a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec42a; -webkit-box-shadow: 1px 1px 3px 2px #dec42a; box-shadow: 1px 1px 3px 2px #dec42a;">
Div content here</div>
This div box has shadow with color #dec42a
Comments
No comments written yet.
Please login to write comment.