Color spaces of #dec356
RGB | 222 | 195 | 86 |
---|---|---|---|
HSL | 0.13 | 0.67 | 0.60 |
HSV | 48° | 61° | 87° |
CMYK | 0.00 | 0.12 | 0.61 0.13 |
XYZ | 51.3190 | 55.2317 | 16.7601 |
Yxy | 55.2317 | 0.4162 | 0.4479 |
Hunter Lab | 74.3180 | -6.7965 | 38.6516 |
CIE-Lab | 79.1745 | -3.0893 | 56.9087 |
#dec356 color RGB value is (222,195,86).
#dec356 hex color red value is 222, green value is 195 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dec356 hue: 0.13 , saturation: 0.67 and the lightness value of dec356 is 0.60.
The process color (four color CMYK) of #dec356 color hex is 0.00, 0.12, 0.61, 0.13. Web safe color of #dec356 is #cccc66. Color #dec356 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000011 | 01010110 |
Octal | 336 | 303 | 126 |
Decimal | 222 | 195 | 86 |
Hex | DE | C3 | 56 |
Shades of #dec356
Tints of #dec356
RGB Percentages of Color #dec356
CMYK Percentages of Color #dec356
Complementary Color
#dec356 | #5671de |
#dec356 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec356 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec356 Color CSS Codes
.mybgcolor {background-color:#dec356; } .myforecolor {color:#dec356; } .mybordercolor {border:3px solid #dec356; }
#dec356 Text Font Color
<p style="color:#dec356">Text here</p>
This sample text font color is #dec356
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.
#dec356 Background Color
<div style="background-color:#dec356">
Div content here</div>
This div background color is #dec356
#dec356 Border Color
<div style="border:3px solid #dec356">
Div here</div>
This div border color is #dec356
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,195,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec356; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec356; -webkit-box-shadow: 1px 1px 3px 2px #dec356; box-shadow: 1px 1px 3px 2px #dec356; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,195,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec356">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec356; -webkit-box-shadow: 1px 1px 3px 2px #dec356; box-shadow: 1px 1px 3px 2px #dec356;">
Div content here</div>
This div box has shadow with color #dec356
Comments
No comments written yet.
Please login to write comment.