Color Hex Logo

#deb39f Color Hex

#DEB39F
(222,179,159)
0 Favorites   0 Comments

Color spaces of #deb39f

RGB 222179159
HSL0.050.490.75
HSV19°28°87°
CMYK 0.000.190.28   0.13
XYZ52.502350.273039.7374
Yxy50.27300.36840.3528
Hunter Lab70.90358.093916.4037
CIE-Lab76.236512.680116.1030

#deb39f color RGB value is (222,179,159).

#deb39f hex color red value is 222, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #deb39f hue: 0.05 , saturation: 0.49 and the lightness value of deb39f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10011111
Octal 336 263 237
Decimal 222 179 159
Hex DE B3 9F

RGB Percentages of Color #deb39f

%39.64
%31.96
%28.39

CMYK Percentages of Color #deb39f

%0
%19
%28
%13

Triadic Colors of #deb39f

#deb39f #9fdeb3 #b39fde

Analogous Colors of #deb39f

#deb39f #ded39f #de9fab

Monochromatic Colors of #deb39f

#deb39f

Complementary Color

#deb39f #9fcade

#deb39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb39f Color CSS Codes

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

#deb39f Text Font Color

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

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


#deb39f Background Color

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

This div background color is #deb39f


#deb39f Border Color

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

This div border color is #deb39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb39f


Comments

No comments written yet.

Please login to write comment.