Color Hex Logo

#deb85e Color Hex

#DEB85E
(222,184,94)
0 Favorites   0 Comments

Color spaces of #deb85e

RGB 22218494
HSL0.120.660.62
HSV42°58°87°
CMYK 0.000.170.58   0.13
XYZ49.285150.618717.7625
Yxy50.61870.41890.4302
Hunter Lab71.1468-0.855735.0004
CIE-Lab76.44753.213950.1112

#deb85e color RGB value is (222,184,94).

#deb85e hex color red value is 222, green value is 184 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #deb85e hue: 0.12 , saturation: 0.66 and the lightness value of deb85e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01011110
Octal 336 270 136
Decimal 222 184 94
Hex DE B8 5E

RGB Percentages of Color #deb85e

%44.40
%36.80
%18.80

CMYK Percentages of Color #deb85e

%0
%17
%58
%13

Triadic Colors of #deb85e

#deb85e #5edeb8 #b85ede

Analogous Colors of #deb85e

#deb85e #c4de5e #de785e

Monochromatic Colors of #deb85e

#deb85e

Complementary Color

#deb85e #5e84de

#deb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb85e Color CSS Codes

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

#deb85e Text Font Color

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

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


#deb85e Background Color

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

This div background color is #deb85e


#deb85e Border Color

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

This div border color is #deb85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb85e


Comments

No comments written yet.

Please login to write comment.