Color Hex Logo

#deb49f Color Hex

#DEB49F
(222,180,159)
0 Favorites   0 Comments

Color spaces of #deb49f

RGB 222180159
HSL0.060.490.75
HSV20°28°87°
CMYK 0.000.190.28   0.13
XYZ52.703550.675339.8044
Yxy50.67530.36810.3539
Hunter Lab71.18667.577216.6783
CIE-Lab76.481912.145816.4458

#deb49f color RGB value is (222,180,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 10011111
Octal 336 264 237
Decimal 222 180 159
Hex DE B4 9F

RGB Percentages of Color #deb49f

%39.57
%32.09
%28.34

CMYK Percentages of Color #deb49f

%0
%19
%28
%13

Triadic Colors of #deb49f

#deb49f #9fdeb4 #b49fde

Analogous Colors of #deb49f

#deb49f #ded49f #de9faa

Monochromatic Colors of #deb49f

#deb49f

Complementary Color

#deb49f #9fc9de

#deb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb49f Color CSS Codes

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

#deb49f Text Font Color

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

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


#deb49f Background Color

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

This div background color is #deb49f


#deb49f Border Color

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

This div border color is #deb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb49f


Comments

No comments written yet.

Please login to write comment.