Color Hex Logo

#deb59f Color Hex

#DEB59F
(222,181,159)
0 Favorites   0 Comments

Color spaces of #deb59f

RGB 222181159
HSL0.060.490.75
HSV21°28°87°
CMYK 0.000.180.28   0.13
XYZ52.906151.080539.8720
Yxy51.08050.36780.3551
Hunter Lab71.47067.061016.9528
CIE-Lab76.727711.611816.7887

#deb59f color RGB value is (222,181,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10011111
Octal 336 265 237
Decimal 222 181 159
Hex DE B5 9F

RGB Percentages of Color #deb59f

%39.50
%32.21
%28.29

CMYK Percentages of Color #deb59f

%0
%18
%28
%13

Triadic Colors of #deb59f

#deb59f #9fdeb5 #b59fde

Analogous Colors of #deb59f

#deb59f #ded59f #de9fa9

Monochromatic Colors of #deb59f

#deb59f

Complementary Color

#deb59f #9fc8de

#deb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb59f Color CSS Codes

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

#deb59f Text Font Color

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

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


#deb59f Background Color

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

This div background color is #deb59f


#deb59f Border Color

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

This div border color is #deb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb59f


Comments

No comments written yet.

Please login to write comment.