Color Hex Logo

#deb585 Color Hex

#DEB585
(222,181,133)
0 Favorites   0 Comments

Color spaces of #deb585

RGB 222181133
HSL0.090.570.70
HSV32°40°87°
CMYK 0.000.180.40   0.13
XYZ50.881750.270829.2118
Yxy50.27080.39030.3856
Hunter Lab70.90194.019525.2037
CIE-Lab76.23528.420630.0342

#deb585 color RGB value is (222,181,133).

#deb585 hex color red value is 222, green value is 181 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #deb585 hue: 0.09 , saturation: 0.57 and the lightness value of deb585 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10000101
Octal 336 265 205
Decimal 222 181 133
Hex DE B5 85

RGB Percentages of Color #deb585

%41.42
%33.77
%24.81

CMYK Percentages of Color #deb585

%0
%18
%40
%13

Triadic Colors of #deb585

#deb585 #85deb5 #b585de

Analogous Colors of #deb585

#deb585 #dbde85 #de8985

Monochromatic Colors of #deb585

#deb585

Complementary Color

#deb585 #85aede

#deb585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb585 Color CSS Codes

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

#deb585 Text Font Color

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

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


#deb585 Background Color

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

This div background color is #deb585


#deb585 Border Color

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

This div border color is #deb585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb585


Comments

No comments written yet.

Please login to write comment.