Color Hex Logo

#deb980 Color Hex

#DEB980
(222,185,128)
0 Favorites   0 Comments

Color spaces of #deb980

RGB 222185128
HSL0.100.590.69
HSV36°42°87°
CMYK 0.000.170.42   0.13
XYZ51.369451.786027.7103
Yxy51.78600.39250.3957
Hunter Lab71.96251.485327.5432
CIE-Lab77.15275.758833.8652

#deb980 color RGB value is (222,185,128).

#deb980 hex color red value is 222, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #deb980 hue: 0.10 , saturation: 0.59 and the lightness value of deb980 is 0.69.

The process color (four color CMYK) of #deb980 color hex is 0.00, 0.17, 0.42, 0.13. Web safe color of #deb980 is #cccc99. Color #deb980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10000000
Octal 336 271 200
Decimal 222 185 128
Hex DE B9 80

RGB Percentages of Color #deb980

%41.50
%34.58
%23.93

CMYK Percentages of Color #deb980

%0
%17
%42
%13

Triadic Colors of #deb980

#deb980 #80deb9 #b980de

Analogous Colors of #deb980

#deb980 #d4de80 #de8a80

Monochromatic Colors of #deb980

#deb980

Complementary Color

#deb980 #80a5de

#deb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb980 Color CSS Codes

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

#deb980 Text Font Color

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

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


#deb980 Background Color

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

This div background color is #deb980


#deb980 Border Color

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

This div border color is #deb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb980


Comments

No comments written yet.

Please login to write comment.