Color spaces of #deb69c
RGB | 222 | 182 | 156 |
---|---|---|---|
HSL | 0.07 | 0.50 | 0.74 |
HSV | 24° | 30° | 87° |
CMYK | 0.00 | 0.18 | 0.30 0.13 |
XYZ | 52.8529 | 51.3858 | 38.5853 |
Yxy | 51.3858 | 0.3701 | 0.3598 |
Hunter Lab | 71.6839 | 6.1622 | 18.2647 |
CIE-Lab | 76.9121 | 10.6792 | 18.6626 |
#deb69c color RGB value is (222,182,156).
#deb69c hex color red value is 222, green value is 182 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #deb69c hue: 0.07 , saturation: 0.50 and the lightness value of deb69c is 0.74.
The process color (four color CMYK) of #deb69c color hex is 0.00, 0.18, 0.30, 0.13. Web safe color of #deb69c is #cccc99. Color #deb69c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10110110 | 10011100 |
Octal | 336 | 266 | 234 |
Decimal | 222 | 182 | 156 |
Hex | DE | B6 | 9C |
Shades of #deb69c
Tints of #deb69c
RGB Percentages of Color #deb69c
CMYK Percentages of Color #deb69c
Complementary Color
#deb69c | #9cc4de |
#deb69c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb69c Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb69c Color CSS Codes
.mybgcolor {background-color:#deb69c; } .myforecolor {color:#deb69c; } .mybordercolor {border:3px solid #deb69c; }
#deb69c Text Font Color
<p style="color:#deb69c">Text here</p>
This sample text font color is #deb69c
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.
#deb69c Background Color
<div style="background-color:#deb69c">
Div content here</div>
This div background color is #deb69c
#deb69c Border Color
<div style="border:3px solid #deb69c">
Div here</div>
This div border color is #deb69c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,182,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb69c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb69c; -webkit-box-shadow: 1px 1px 3px 2px #deb69c; box-shadow: 1px 1px 3px 2px #deb69c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,182,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb69c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb69c; -webkit-box-shadow: 1px 1px 3px 2px #deb69c; box-shadow: 1px 1px 3px 2px #deb69c;">
Div content here</div>
This div box has shadow with color #deb69c
Comments
No comments written yet.
Please login to write comment.