Color Hex Logo

#deb9ac Color Hex

#DEB9AC
(222,185,172)
0 Favorites   0 Comments

Color spaces of #deb9ac

RGB 222185172
HSL0.040.430.77
HSV16°23°87°
CMYK 0.000.170.23   0.13
XYZ54.919653.206146.4050
Yxy53.20610.35540.3443
Hunter Lab72.94256.746113.3403
CIE-Lab77.996511.295911.5531

#deb9ac color RGB value is (222,185,172).

#deb9ac hex color red value is 222, green value is 185 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #deb9ac hue: 0.04 , saturation: 0.43 and the lightness value of deb9ac is 0.77.

The process color (four color CMYK) of #deb9ac color hex is 0.00, 0.17, 0.23, 0.13. Web safe color of #deb9ac is #cccc99. Color #deb9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10101100
Octal 336 271 254
Decimal 222 185 172
Hex DE B9 AC

RGB Percentages of Color #deb9ac

%38.34
%31.95
%29.71

CMYK Percentages of Color #deb9ac

%0
%17
%23
%13

Triadic Colors of #deb9ac

#deb9ac #acdeb9 #b9acde

Analogous Colors of #deb9ac

#deb9ac #ded2ac #deacb8

Monochromatic Colors of #deb9ac

#deb9ac

Complementary Color

#deb9ac #acd1de

#deb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9ac Color CSS Codes

.mybgcolor {background-color:#deb9ac; } 
.myforecolor {color:#deb9ac; }
.mybordercolor {border:3px solid #deb9ac; }

#deb9ac Text Font Color

<p style="color:#deb9ac">Text here</p>

This sample text font color is #deb9ac
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.


#deb9ac Background Color

<div style="background-color:#deb9ac">
Div content here</div>

This div background color is #deb9ac


#deb9ac Border Color

<div style="border:3px solid #deb9ac">
Div here</div>

This div border color is #deb9ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,185,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #deb9ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #deb9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #deb9ac;
  box-shadow:         1px 1px 3px 2px #deb9ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,185,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #deb9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #deb9ac;
  -webkit-box-shadow: 1px 1px 3px 2px #deb9ac;
  box-shadow:         1px 1px 3px 2px #deb9ac;">
Div content here</div>

This div box has shadow with color #deb9ac


Comments

No comments written yet.

Please login to write comment.