Color Hex Logo

#deb38e Color Hex

#DEB38E
(222,179,142)
0 Favorites   0 Comments

Color spaces of #deb38e

RGB 222179142
HSL0.080.550.71
HSV28°36°87°
CMYK 0.000.190.36   0.13
XYZ51.126849.722832.4940
Yxy49.72280.38340.3729
Hunter Lab70.51446.022122.0384
CIE-Lab75.898810.521324.7935

#deb38e color RGB value is (222,179,142).

#deb38e hex color red value is 222, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #deb38e hue: 0.08 , saturation: 0.55 and the lightness value of deb38e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10001110
Octal 336 263 216
Decimal 222 179 142
Hex DE B3 8E

RGB Percentages of Color #deb38e

%40.88
%32.97
%26.15

CMYK Percentages of Color #deb38e

%0
%19
%36
%13

Triadic Colors of #deb38e

#deb38e #8edeb3 #b38ede

Analogous Colors of #deb38e

#deb38e #dedb8e #de8e91

Monochromatic Colors of #deb38e

#deb38e

Complementary Color

#deb38e #8eb9de

#deb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb38e Color CSS Codes

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

#deb38e Text Font Color

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

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


#deb38e Background Color

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

This div background color is #deb38e


#deb38e Border Color

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

This div border color is #deb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb38e


Comments

No comments written yet.

Please login to write comment.