Color Hex Logo

#deb38a Color Hex

#DEB38A
(222,179,138)
0 Favorites   0 Comments

Color spaces of #deb38a

RGB 222179138
HSL0.080.560.71
HSV29°38°87°
CMYK 0.000.190.38   0.13
XYZ50.831749.604830.9403
Yxy49.60480.38690.3776
Hunter Lab70.43075.574523.2553
CIE-Lab75.826010.051126.8332

#deb38a color RGB value is (222,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110011 10001010
Octal 336 263 212
Decimal 222 179 138
Hex DE B3 8A

RGB Percentages of Color #deb38a

%41.19
%33.21
%25.60

CMYK Percentages of Color #deb38a

%0
%19
%38
%13

Triadic Colors of #deb38a

#deb38a #8adeb3 #b38ade

Analogous Colors of #deb38a

#deb38a #dedd8a #de8a8b

Monochromatic Colors of #deb38a

#deb38a

Complementary Color

#deb38a #8ab5de

#deb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb38a Color CSS Codes

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

#deb38a Text Font Color

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

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


#deb38a Background Color

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

This div background color is #deb38a


#deb38a Border Color

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

This div border color is #deb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb38a


Comments

No comments written yet.

Please login to write comment.