Color Hex Logo

#deb97a Color Hex

#DEB97A
(222,185,122)
0 Favorites   0 Comments

Color spaces of #deb97a

RGB 222185122
HSL0.110.600.67
HSV38°45°87°
CMYK 0.000.170.45   0.13
XYZ50.986051.632725.6912
Yxy51.63270.39740.4024
Hunter Lab71.85590.908529.1007
CIE-Lab77.06075.139636.8629

#deb97a color RGB value is (222,185,122).

#deb97a hex color red value is 222, green value is 185 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #deb97a hue: 0.11 , saturation: 0.60 and the lightness value of deb97a is 0.67.

The process color (four color CMYK) of #deb97a color hex is 0.00, 0.17, 0.45, 0.13. Web safe color of #deb97a is #cccc66. Color #deb97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01111010
Octal 336 271 172
Decimal 222 185 122
Hex DE B9 7A

RGB Percentages of Color #deb97a

%41.97
%34.97
%23.06

CMYK Percentages of Color #deb97a

%0
%17
%45
%13

Triadic Colors of #deb97a

#deb97a #7adeb9 #b97ade

Analogous Colors of #deb97a

#deb97a #d1de7a #de877a

Monochromatic Colors of #deb97a

#deb97a

Complementary Color

#deb97a #7a9fde

#deb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb97a Color CSS Codes

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

#deb97a Text Font Color

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

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


#deb97a Background Color

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

This div background color is #deb97a


#deb97a Border Color

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

This div border color is #deb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb97a


Comments

No comments written yet.

Please login to write comment.