Color Hex Logo

#deb8ad Color Hex

#DEB8AD
(222,184,173)
0 Favorites   0 Comments

Color spaces of #deb8ad

RGB 222184173
HSL0.040.430.77
HSV13°22°87°
CMYK 0.000.170.22   0.13
XYZ54.807552.827746.8433
Yxy52.82770.35480.3420
Hunter Lab72.68277.406012.6660
CIE-Lab77.773211.975110.6956

#deb8ad color RGB value is (222,184,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 10101101
Octal 336 270 255
Decimal 222 184 173
Hex DE B8 AD

RGB Percentages of Color #deb8ad

%38.34
%31.78
%29.88

CMYK Percentages of Color #deb8ad

%0
%17
%22
%13

Triadic Colors of #deb8ad

#deb8ad #addeb8 #b8adde

Analogous Colors of #deb8ad

#deb8ad #ded1ad #deadbb

Monochromatic Colors of #deb8ad

#deb8ad

Complementary Color

#deb8ad #add3de

#deb8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb8ad Color CSS Codes

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

#deb8ad Text Font Color

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

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


#deb8ad Background Color

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

This div background color is #deb8ad


#deb8ad Border Color

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

This div border color is #deb8ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,184,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 #deb8ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb8ad


Comments

No comments written yet.

Please login to write comment.