Color Hex Logo

#deb86e Color Hex

#DEB86E
(222,184,110)
0 Favorites   0 Comments

Color spaces of #deb86e

RGB 222184110
HSL0.110.630.65
HSV40°50°87°
CMYK 0.000.170.50   0.13
XYZ50.079250.936421.9441
Yxy50.93640.40730.4143
Hunter Lab71.36970.354031.7289
CIE-Lab76.64054.527942.4651

#deb86e color RGB value is (222,184,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111000 01101110
Octal 336 270 156
Decimal 222 184 110
Hex DE B8 6E

RGB Percentages of Color #deb86e

%43.02
%35.66
%21.32

CMYK Percentages of Color #deb86e

%0
%17
%50
%13

Triadic Colors of #deb86e

#deb86e #6edeb8 #b86ede

Analogous Colors of #deb86e

#deb86e #ccde6e #de806e

Monochromatic Colors of #deb86e

#deb86e

Complementary Color

#deb86e #6e94de

#deb86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb86e Color CSS Codes

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

#deb86e Text Font Color

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

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


#deb86e Background Color

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

This div background color is #deb86e


#deb86e Border Color

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

This div border color is #deb86e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,184,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 #deb86e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb86e


Comments

No comments written yet.

Please login to write comment.