Color spaces of #deb9ad
RGB | 222 | 185 | 173 |
---|---|---|---|
HSL | 0.04 | 0.43 | 0.77 |
HSV | 15° | 22° | 87° |
CMYK | 0.00 | 0.17 | 0.22 0.13 |
XYZ | 55.0160 | 53.2446 | 46.9128 |
Yxy | 53.2446 | 0.3545 | 0.3431 |
Hunter Lab | 72.9689 | 6.8872 | 12.9598 |
CIE-Lab | 78.0192 | 11.4417 | 11.0452 |
#deb9ad color RGB value is (222,185,173).
#deb9ad hex color red value is 222, green value is 185 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #deb9ad hue: 0.04 , saturation: 0.43 and the lightness value of deb9ad is 0.77.
The process color (four color CMYK) of #deb9ad color hex is 0.00, 0.17, 0.22, 0.13. Web safe color of #deb9ad is #cccc99. Color #deb9ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 10111001 | 10101101 |
Octal | 336 | 271 | 255 |
Decimal | 222 | 185 | 173 |
Hex | DE | B9 | AD |
Shades of #deb9ad
Tints of #deb9ad
RGB Percentages of Color #deb9ad
CMYK Percentages of Color #deb9ad
Complementary Color
#deb9ad | #add2de |
#deb9ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deb9ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#deb9ad Color CSS Codes
.mybgcolor {background-color:#deb9ad; } .myforecolor {color:#deb9ad; } .mybordercolor {border:3px solid #deb9ad; }
#deb9ad Text Font Color
<p style="color:#deb9ad">Text here</p>
This sample text font color is #deb9ad
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.
#deb9ad Background Color
<div style="background-color:#deb9ad">
Div content here</div>
This div background color is #deb9ad
#deb9ad Border Color
<div style="border:3px solid #deb9ad">
Div here</div>
This div border color is #deb9ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,185,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deb9ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deb9ad; -webkit-box-shadow: 1px 1px 3px 2px #deb9ad; box-shadow: 1px 1px 3px 2px #deb9ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,185,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deb9ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deb9ad; -webkit-box-shadow: 1px 1px 3px 2px #deb9ad; box-shadow: 1px 1px 3px 2px #deb9ad;">
Div content here</div>
This div box has shadow with color #deb9ad
#deb9ad Color Palettes
Comments
No comments written yet.
Please login to write comment.