Color Hex Logo

#deb8ab Color Hex

#DEB8AB
(222,184,171)
0 Favorites   0 Comments

Color spaces of #deb8ab

RGB 222184171
HSL0.040.440.77
HSV15°23°87°
CMYK 0.000.170.23   0.13
XYZ54.615452.750845.8315
Yxy52.75080.35650.3443
Hunter Lab72.62977.124613.4271
CIE-Lab77.727611.684511.7121

#deb8ab color RGB value is (222,184,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 10101011
Octal 336 270 253
Decimal 222 184 171
Hex DE B8 AB

RGB Percentages of Color #deb8ab

%38.47
%31.89
%29.64

CMYK Percentages of Color #deb8ab

%0
%17
%23
%13

Triadic Colors of #deb8ab

#deb8ab #abdeb8 #b8abde

Analogous Colors of #deb8ab

#deb8ab #ded2ab #deabb8

Monochromatic Colors of #deb8ab

#deb8ab

Complementary Color

#deb8ab #abd1de

#deb8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb8ab Color CSS Codes

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

#deb8ab Text Font Color

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

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


#deb8ab Background Color

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

This div background color is #deb8ab


#deb8ab Border Color

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

This div border color is #deb8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb8ab


Comments

No comments written yet.

Please login to write comment.