Color Hex Logo

#deb39d Color Hex

#DEB39D
(222,179,157)
0 Favorites   0 Comments

Color spaces of #deb39d

RGB 222179157
HSL0.060.500.74
HSV20°29°87°
CMYK 0.000.190.29   0.13
XYZ52.330150.204138.8306
Yxy50.20410.37020.3551
Hunter Lab70.85497.835817.1057
CIE-Lab76.194412.412817.1258

#deb39d color RGB value is (222,179,157).

#deb39d hex color red value is 222, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #deb39d hue: 0.06 , saturation: 0.50 and the lightness value of deb39d is 0.74.

The process color (four color CMYK) of #deb39d color hex is 0.00, 0.19, 0.29, 0.13. Web safe color of #deb39d is #cccc99. Color #deb39d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10011101
Octal 336 263 235
Decimal 222 179 157
Hex DE B3 9D

RGB Percentages of Color #deb39d

%39.78
%32.08
%28.14

CMYK Percentages of Color #deb39d

%0
%19
%29
%13

Triadic Colors of #deb39d

#deb39d #9ddeb3 #b39dde

Analogous Colors of #deb39d

#deb39d #ded49d #de9da8

Monochromatic Colors of #deb39d

#deb39d

Complementary Color

#deb39d #9dc8de

#deb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb39d Color CSS Codes

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

#deb39d Text Font Color

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

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


#deb39d Background Color

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

This div background color is #deb39d


#deb39d Border Color

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

This div border color is #deb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb39d


Comments

No comments written yet.

Please login to write comment.