Color Hex Logo

#deb27e Color Hex

#DEB27E
(222,178,126)
0 Favorites   0 Comments

Color spaces of #deb27e

RGB 222178126
HSL0.090.590.68
HSV33°43°87°
CMYK 0.000.200.43   0.13
XYZ49.810548.876726.5475
Yxy48.87670.39770.3903
Hunter Lab69.91194.831126.4242
CIE-Lab75.37469.260932.5976

#deb27e color RGB value is (222,178,126).

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

The process color (four color CMYK) of #deb27e color hex is 0.00, 0.20, 0.43, 0.13. Web safe color of #deb27e is #cc9966. Color #deb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 01111110
Octal 336 262 176
Decimal 222 178 126
Hex DE B2 7E

RGB Percentages of Color #deb27e

%42.21
%33.84
%23.95

CMYK Percentages of Color #deb27e

%0
%20
%43
%13

Triadic Colors of #deb27e

#deb27e #7edeb2 #b27ede

Analogous Colors of #deb27e

#deb27e #dade7e #de827e

Monochromatic Colors of #deb27e

#deb27e

Complementary Color

#deb27e #7eaade

#deb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb27e Color CSS Codes

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

#deb27e Text Font Color

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

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


#deb27e Background Color

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

This div background color is #deb27e


#deb27e Border Color

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

This div border color is #deb27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb27e


Comments

No comments written yet.

Please login to write comment.