Color Hex Logo

#deb9aa Color Hex

#DEB9AA
(222,185,170)
0 Favorites   0 Comments

Color spaces of #deb9aa

RGB 222185170
HSL0.050.440.77
HSV17°23°87°
CMYK 0.000.170.23   0.13
XYZ54.728953.129845.4008
Yxy53.12980.35710.3467
Hunter Lab72.89026.467214.0934
CIE-Lab77.951611.007112.5692

#deb9aa color RGB value is (222,185,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10101010
Octal 336 271 252
Decimal 222 185 170
Hex DE B9 AA

RGB Percentages of Color #deb9aa

%38.47
%32.06
%29.46

CMYK Percentages of Color #deb9aa

%0
%17
%23
%13

Triadic Colors of #deb9aa

#deb9aa #aadeb9 #b9aade

Analogous Colors of #deb9aa

#deb9aa #ded3aa #deaab5

Monochromatic Colors of #deb9aa

#deb9aa

Complementary Color

#deb9aa #aacfde

#deb9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9aa Color CSS Codes

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

#deb9aa Text Font Color

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

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


#deb9aa Background Color

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

This div background color is #deb9aa


#deb9aa Border Color

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

This div border color is #deb9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9aa


Comments

No comments written yet.

Please login to write comment.