Color spaces of #dec696
RGB | 222 | 198 | 150 |
---|---|---|---|
HSL | 0.11 | 0.52 | 0.73 |
HSV | 40° | 32° | 87° |
CMYK | 0.00 | 0.11 | 0.32 0.13 |
XYZ | 55.8233 | 58.1198 | 37.1302 |
Yxy | 58.1198 | 0.3695 | 0.3847 |
Hunter Lab | 76.2363 | -2.7088 | 24.4888 |
CIE-Lab | 80.8054 | 1.4607 | 27.1770 |
#dec696 color RGB value is (222,198,150).
#dec696 hex color red value is 222, green value is 198 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dec696 hue: 0.11 , saturation: 0.52 and the lightness value of dec696 is 0.73.
The process color (four color CMYK) of #dec696 color hex is 0.00, 0.11, 0.32, 0.13. Web safe color of #dec696 is #cccc99. Color #dec696 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000110 | 10010110 |
Octal | 336 | 306 | 226 |
Decimal | 222 | 198 | 150 |
Hex | DE | C6 | 96 |
Shades of #dec696
Tints of #dec696
RGB Percentages of Color #dec696
CMYK Percentages of Color #dec696
Complementary Color
#dec696 | #96aede |
#dec696 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec696 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec696 Color CSS Codes
.mybgcolor {background-color:#dec696; } .myforecolor {color:#dec696; } .mybordercolor {border:3px solid #dec696; }
#dec696 Text Font Color
<p style="color:#dec696">Text here</p>
This sample text font color is #dec696
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.
#dec696 Background Color
<div style="background-color:#dec696">
Div content here</div>
This div background color is #dec696
#dec696 Border Color
<div style="border:3px solid #dec696">
Div here</div>
This div border color is #dec696
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,198,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec696; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec696; -webkit-box-shadow: 1px 1px 3px 2px #dec696; box-shadow: 1px 1px 3px 2px #dec696; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,198,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec696">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec696; -webkit-box-shadow: 1px 1px 3px 2px #dec696; box-shadow: 1px 1px 3px 2px #dec696;">
Div content here</div>
This div box has shadow with color #dec696
Comments
No comments written yet.
Please login to write comment.