Color Hex Logo

#deb96e Color Hex

#DEB96E
(222,185,110)
0 Favorites   0 Comments

Color spaces of #deb96e

RGB 222185110
HSL0.110.630.65
HSV40°50°87°
CMYK 0.000.170.50   0.13
XYZ50.287651.353322.0136
Yxy51.35330.40670.4153
Hunter Lab71.6612-0.146431.9496
CIE-Lab76.89254.000942.7760

#deb96e color RGB value is (222,185,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 01101110
Octal 336 271 156
Decimal 222 185 110
Hex DE B9 6E

RGB Percentages of Color #deb96e

%42.94
%35.78
%21.28

CMYK Percentages of Color #deb96e

%0
%17
%50
%13

Triadic Colors of #deb96e

#deb96e #6edeb9 #b96ede

Analogous Colors of #deb96e

#deb96e #cbde6e #de816e

Monochromatic Colors of #deb96e

#deb96e

Complementary Color

#deb96e #6e93de

#deb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb96e Color CSS Codes

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

#deb96e Text Font Color

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

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


#deb96e Background Color

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

This div background color is #deb96e


#deb96e Border Color

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

This div border color is #deb96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb96e


Comments

No comments written yet.

Please login to write comment.