Color Hex Logo

#decc80 Color Hex

#DECC80
(222,204,128)
0 Favorites   0 Comments

Color spaces of #decc80

RGB 222204128
HSL0.130.590.69
HSV49°42°87°
CMYK 0.000.080.42   0.13
XYZ55.613360.273829.1250
Yxy60.27380.38350.4156
Hunter Lab77.6362-7.998132.1029
CIE-Lab81.9868-4.157440.0786

#decc80 color RGB value is (222,204,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 10000000
Octal 336 314 200
Decimal 222 204 128
Hex DE CC 80

RGB Percentages of Color #decc80

%40.07
%36.82
%23.10

CMYK Percentages of Color #decc80

%0
%8
%42
%13

Triadic Colors of #decc80

#decc80 #80decc #cc80de

Analogous Colors of #decc80

#decc80 #c1de80 #de9d80

Monochromatic Colors of #decc80

#decc80

Complementary Color

#decc80 #8092de

#decc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc80 Color CSS Codes

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

#decc80 Text Font Color

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

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


#decc80 Background Color

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

This div background color is #decc80


#decc80 Border Color

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

This div border color is #decc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc80


Comments

No comments written yet.

Please login to write comment.