Color Hex Logo

#deb67e Color Hex

#DEB67E
(222,182,126)
0 Favorites   0 Comments

Color spaces of #deb67e

RGB 222182126
HSL0.100.590.68
HSV35°43°87°
CMYK 0.000.180.43   0.13
XYZ50.618050.491926.8167
Yxy50.49190.39570.3947
Hunter Lab71.05772.803827.3647
CIE-Lab76.37027.136033.8934

#deb67e color RGB value is (222,182,126).

#deb67e hex color red value is 222, green value is 182 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #deb67e hue: 0.10 , saturation: 0.59 and the lightness value of deb67e is 0.68.

The process color (four color CMYK) of #deb67e color hex is 0.00, 0.18, 0.43, 0.13. Web safe color of #deb67e is #cccc66. Color #deb67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01111110
Octal 336 266 176
Decimal 222 182 126
Hex DE B6 7E

RGB Percentages of Color #deb67e

%41.89
%34.34
%23.77

CMYK Percentages of Color #deb67e

%0
%18
%43
%13

Triadic Colors of #deb67e

#deb67e #7edeb6 #b67ede

Analogous Colors of #deb67e

#deb67e #d6de7e #de867e

Monochromatic Colors of #deb67e

#deb67e

Complementary Color

#deb67e #7ea6de

#deb67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb67e Color CSS Codes

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

#deb67e Text Font Color

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

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


#deb67e Background Color

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

This div background color is #deb67e


#deb67e Border Color

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

This div border color is #deb67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb67e


Comments

No comments written yet.

Please login to write comment.