Color spaces of #dec35f
RGB | 222 | 195 | 95 |
---|---|---|---|
HSL | 0.13 | 0.66 | 0.62 |
HSV | 47° | 57° | 87° |
CMYK | 0.00 | 0.12 | 0.57 0.13 |
XYZ | 51.7049 | 55.3860 | 18.7919 |
Yxy | 55.3860 | 0.4107 | 0.4400 |
Hunter Lab | 74.4218 | -6.2243 | 37.1242 |
CIE-Lab | 79.2631 | -2.4530 | 52.8941 |
#dec35f color RGB value is (222,195,95).
#dec35f hex color red value is 222, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dec35f hue: 0.13 , saturation: 0.66 and the lightness value of dec35f is 0.62.
The process color (four color CMYK) of #dec35f color hex is 0.00, 0.12, 0.57, 0.13. Web safe color of #dec35f is #cccc66. Color #dec35f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000011 | 01011111 |
Octal | 336 | 303 | 137 |
Decimal | 222 | 195 | 95 |
Hex | DE | C3 | 5F |
Shades of #dec35f
Tints of #dec35f
RGB Percentages of Color #dec35f
CMYK Percentages of Color #dec35f
Complementary Color
#dec35f | #5f7ade |
#dec35f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec35f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec35f Color CSS Codes
.mybgcolor {background-color:#dec35f; } .myforecolor {color:#dec35f; } .mybordercolor {border:3px solid #dec35f; }
#dec35f Text Font Color
<p style="color:#dec35f">Text here</p>
This sample text font color is #dec35f
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.
#dec35f Background Color
<div style="background-color:#dec35f">
Div content here</div>
This div background color is #dec35f
#dec35f Border Color
<div style="border:3px solid #dec35f">
Div here</div>
This div border color is #dec35f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,195,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec35f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec35f; -webkit-box-shadow: 1px 1px 3px 2px #dec35f; box-shadow: 1px 1px 3px 2px #dec35f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,195,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec35f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec35f; -webkit-box-shadow: 1px 1px 3px 2px #dec35f; box-shadow: 1px 1px 3px 2px #dec35f;">
Div content here</div>
This div box has shadow with color #dec35f
Comments
No comments written yet.
Please login to write comment.