Color Hex Logo

#deb59c Color Hex

#DEB59C
(222,181,156)
0 Favorites   0 Comments

Color spaces of #deb59c

RGB 222181156
HSL0.060.500.74
HSV23°30°87°
CMYK 0.000.180.30   0.13
XYZ52.648850.977638.5173
Yxy50.97760.37040.3586
Hunter Lab71.39866.677017.9939
CIE-Lab76.665411.212518.3205

#deb59c color RGB value is (222,181,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10011100
Octal 336 265 234
Decimal 222 181 156
Hex DE B5 9C

RGB Percentages of Color #deb59c

%39.71
%32.38
%27.91

CMYK Percentages of Color #deb59c

%0
%18
%30
%13

Triadic Colors of #deb59c

#deb59c #9cdeb5 #b59cde

Analogous Colors of #deb59c

#deb59c #ded69c #de9ca4

Monochromatic Colors of #deb59c

#deb59c

Complementary Color

#deb59c #9cc5de

#deb59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb59c Color CSS Codes

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

#deb59c Text Font Color

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

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


#deb59c Background Color

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

This div background color is #deb59c


#deb59c Border Color

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

This div border color is #deb59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb59c


Comments

No comments written yet.

Please login to write comment.