Color Hex Logo

#deb49d Color Hex

#DEB49D
(222,180,157)
0 Favorites   0 Comments

Color spaces of #deb49d

RGB 222180157
HSL0.060.500.74
HSV21°29°87°
CMYK 0.000.190.29   0.13
XYZ52.531350.606438.8976
Yxy50.60640.36980.3563
Hunter Lab71.13827.319817.3776
CIE-Lab76.440011.878717.4678

#deb49d color RGB value is (222,180,157).

#deb49d hex color red value is 222, green value is 180 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #deb49d hue: 0.06 , saturation: 0.50 and the lightness value of deb49d is 0.74.

The process color (four color CMYK) of #deb49d color hex is 0.00, 0.19, 0.29, 0.13. Web safe color of #deb49d is #cccc99. Color #deb49d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 10011101
Octal 336 264 235
Decimal 222 180 157
Hex DE B4 9D

RGB Percentages of Color #deb49d

%39.71
%32.20
%28.09

CMYK Percentages of Color #deb49d

%0
%19
%29
%13

Triadic Colors of #deb49d

#deb49d #9ddeb4 #b49dde

Analogous Colors of #deb49d

#deb49d #ded59d #de9da7

Monochromatic Colors of #deb49d

#deb49d

Complementary Color

#deb49d #9dc7de

#deb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb49d Color CSS Codes

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

#deb49d Text Font Color

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

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


#deb49d Background Color

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

This div background color is #deb49d


#deb49d Border Color

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

This div border color is #deb49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb49d


Comments

No comments written yet.

Please login to write comment.