Color Hex Logo

#debc80 Color Hex

#DEBC80
(222,188,128)
0 Favorites   0 Comments

Color spaces of #debc80

RGB 222188128
HSL0.110.590.69
HSV38°42°87°
CMYK 0.000.150.42   0.13
XYZ52.003753.054527.9217
Yxy53.05450.39110.3990
Hunter Lab72.8385-0.025828.2589
CIE-Lab77.90724.176234.8445

#debc80 color RGB value is (222,188,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 10000000
Octal 336 274 200
Decimal 222 188 128
Hex DE BC 80

RGB Percentages of Color #debc80

%41.26
%34.94
%23.79

CMYK Percentages of Color #debc80

%0
%15
%42
%13

Triadic Colors of #debc80

#debc80 #80debc #bc80de

Analogous Colors of #debc80

#debc80 #d1de80 #de8d80

Monochromatic Colors of #debc80

#debc80

Complementary Color

#debc80 #80a2de

#debc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc80 Color CSS Codes

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

#debc80 Text Font Color

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

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


#debc80 Background Color

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

This div background color is #debc80


#debc80 Border Color

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

This div border color is #debc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc80


Comments

No comments written yet.

Please login to write comment.