Color Hex Logo

#deb480 Color Hex

#DEB480
(222,180,128)
0 Favorites   0 Comments

Color spaces of #deb480

RGB 222180128
HSL0.090.590.69
HSV33°42°87°
CMYK 0.000.190.42   0.13
XYZ50.341749.730627.3677
Yxy49.73060.39500.3902
Hunter Lab70.51994.015026.3544
CIE-Lab75.90368.408432.2361

#deb480 color RGB value is (222,180,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 10000000
Octal 336 264 200
Decimal 222 180 128
Hex DE B4 80

RGB Percentages of Color #deb480

%41.89
%33.96
%24.15

CMYK Percentages of Color #deb480

%0
%19
%42
%13

Triadic Colors of #deb480

#deb480 #80deb4 #b480de

Analogous Colors of #deb480

#deb480 #d9de80 #de8580

Monochromatic Colors of #deb480

#deb480

Complementary Color

#deb480 #80aade

#deb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb480 Color CSS Codes

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

#deb480 Text Font Color

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

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


#deb480 Background Color

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

This div background color is #deb480


#deb480 Border Color

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

This div border color is #deb480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb480


Comments

No comments written yet.

Please login to write comment.