Color spaces of #dec72a
RGB | 222 | 199 | 42 |
---|---|---|---|
HSL | 0.15 | 0.73 | 0.52 |
HSV | 52° | 81° | 87° |
CMYK | 0.00 | 0.10 | 0.81 0.13 |
XYZ | 50.9655 | 56.5436 | 10.4183 |
Yxy | 56.5436 | 0.4322 | 0.4795 |
Hunter Lab | 75.1955 | -10.6095 | 44.4222 |
CIE-Lab | 79.9222 | -7.2490 | 73.9067 |
#dec72a color RGB value is (222,199,42).
#dec72a hex color red value is 222, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dec72a hue: 0.15 , saturation: 0.73 and the lightness value of dec72a is 0.52.
The process color (four color CMYK) of #dec72a color hex is 0.00, 0.10, 0.81, 0.13. Web safe color of #dec72a is #cccc33. Color #dec72a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000111 | 00101010 |
Octal | 336 | 307 | 52 |
Decimal | 222 | 199 | 42 |
Hex | DE | C7 | 2A |
Shades of #dec72a
Tints of #dec72a
RGB Percentages of Color #dec72a
CMYK Percentages of Color #dec72a
Complementary Color
#dec72a | #2a41de |
#dec72a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec72a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec72a Color CSS Codes
.mybgcolor {background-color:#dec72a; } .myforecolor {color:#dec72a; } .mybordercolor {border:3px solid #dec72a; }
#dec72a Text Font Color
<p style="color:#dec72a">Text here</p>
This sample text font color is #dec72a
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.
#dec72a Background Color
<div style="background-color:#dec72a">
Div content here</div>
This div background color is #dec72a
#dec72a Border Color
<div style="border:3px solid #dec72a">
Div here</div>
This div border color is #dec72a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,199,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec72a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec72a; -webkit-box-shadow: 1px 1px 3px 2px #dec72a; box-shadow: 1px 1px 3px 2px #dec72a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,199,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 #dec72a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec72a; -webkit-box-shadow: 1px 1px 3px 2px #dec72a; box-shadow: 1px 1px 3px 2px #dec72a;">
Div content here</div>
This div box has shadow with color #dec72a
Comments
No comments written yet.
Please login to write comment.