Color Hex Logo

#deb582 Color Hex

#DEB582
(222,181,130)
0 Favorites   0 Comments

Color spaces of #deb582

RGB 222181130
HSL0.090.580.69
HSV33°41°87°
CMYK 0.000.180.41   0.13
XYZ50.677350.189028.1356
Yxy50.18900.39280.3891
Hunter Lab70.84423.709926.0441
CIE-Lab76.18518.092031.5518

#deb582 color RGB value is (222,181,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 10000010
Octal 336 265 202
Decimal 222 181 130
Hex DE B5 82

RGB Percentages of Color #deb582

%41.65
%33.96
%24.39

CMYK Percentages of Color #deb582

%0
%18
%41
%13

Triadic Colors of #deb582

#deb582 #82deb5 #b582de

Analogous Colors of #deb582

#deb582 #d9de82 #de8782

Monochromatic Colors of #deb582

#deb582

Complementary Color

#deb582 #82abde

#deb582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb582 Color CSS Codes

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

#deb582 Text Font Color

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

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


#deb582 Background Color

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

This div background color is #deb582


#deb582 Border Color

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

This div border color is #deb582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb582

#deb582 Color Palettes


Comments

No comments written yet.

Please login to write comment.