Color spaces of #dec50e
RGB | 222 | 197 | 14 |
---|---|---|---|
HSL | 0.15 | 0.88 | 0.46 |
HSV | 53° | 94° | 87° |
CMYK | 0.00 | 0.11 | 0.94 0.13 |
XYZ | 50.1697 | 55.4938 | 8.4826 |
Yxy | 55.4938 | 0.4395 | 0.4862 |
Hunter Lab | 74.4942 | -10.1501 | 45.3946 |
CIE-Lab | 79.3249 | -6.7996 | 78.9345 |
#dec50e color RGB value is (222,197,14).
#dec50e hex color red value is 222, green value is 197 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dec50e hue: 0.15 , saturation: 0.88 and the lightness value of dec50e is 0.46.
The process color (four color CMYK) of #dec50e color hex is 0.00, 0.11, 0.94, 0.13. Web safe color of #dec50e is #cccc00. Color #dec50e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000101 | 00001110 |
Octal | 336 | 305 | 16 |
Decimal | 222 | 197 | 14 |
Hex | DE | C5 | E |
Shades of #dec50e
Tints of #dec50e
RGB Percentages of Color #dec50e
CMYK Percentages of Color #dec50e
Complementary Color
#dec50e | #0e27de |
#dec50e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec50e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec50e Color CSS Codes
.mybgcolor {background-color:#dec50e; } .myforecolor {color:#dec50e; } .mybordercolor {border:3px solid #dec50e; }
#dec50e Text Font Color
<p style="color:#dec50e">Text here</p>
This sample text font color is #dec50e
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.
#dec50e Background Color
<div style="background-color:#dec50e">
Div content here</div>
This div background color is #dec50e
#dec50e Border Color
<div style="border:3px solid #dec50e">
Div here</div>
This div border color is #dec50e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,197,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec50e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec50e; -webkit-box-shadow: 1px 1px 3px 2px #dec50e; box-shadow: 1px 1px 3px 2px #dec50e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,197,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec50e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec50e; -webkit-box-shadow: 1px 1px 3px 2px #dec50e; box-shadow: 1px 1px 3px 2px #dec50e;">
Div content here</div>
This div box has shadow with color #dec50e
Comments
No comments written yet.
Please login to write comment.