Color Hex Logo

#deb680 Color Hex

#DEB680
(222,182,128)
0 Favorites   0 Comments

Color spaces of #deb680

RGB 222182128
HSL0.100.590.69
HSV34°42°87°
CMYK 0.000.180.42   0.13
XYZ50.748450.544027.5033
Yxy50.54400.39400.3924
Hunter Lab71.09433.001526.8293
CIE-Lab76.40207.346832.8872

#deb680 color RGB value is (222,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 10000000
Octal 336 266 200
Decimal 222 182 128
Hex DE B6 80

RGB Percentages of Color #deb680

%41.73
%34.21
%24.06

CMYK Percentages of Color #deb680

%0
%18
%42
%13

Triadic Colors of #deb680

#deb680 #80deb6 #b680de

Analogous Colors of #deb680

#deb680 #d7de80 #de8780

Monochromatic Colors of #deb680

#deb680

Complementary Color

#deb680 #80a8de

#deb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb680 Color CSS Codes

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

#deb680 Text Font Color

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

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


#deb680 Background Color

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

This div background color is #deb680


#deb680 Border Color

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

This div border color is #deb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb680


Comments

No comments written yet.

Please login to write comment.