Color Hex Logo

#dec59c Color Hex

#DEC59C
(222,197,156)
0 Favorites   0 Comments

Color spaces of #dec59c

RGB 222197156
HSL0.100.500.74
HSV37°30°87°
CMYK 0.000.110.30   0.13
XYZ56.091257.862439.6647
Yxy57.86240.36510.3767
Hunter Lab76.0673-1.493922.3308
CIE-Lab80.66222.746423.8207

#dec59c color RGB value is (222,197,156).

#dec59c hex color red value is 222, green value is 197 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dec59c hue: 0.10 , saturation: 0.50 and the lightness value of dec59c is 0.74.

The process color (four color CMYK) of #dec59c color hex is 0.00, 0.11, 0.30, 0.13. Web safe color of #dec59c is #cccc99. Color #dec59c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10011100
Octal 336 305 234
Decimal 222 197 156
Hex DE C5 9C

RGB Percentages of Color #dec59c

%38.61
%34.26
%27.13

CMYK Percentages of Color #dec59c

%0
%11
%30
%13

Triadic Colors of #dec59c

#dec59c #9cdec5 #c59cde

Analogous Colors of #dec59c

#dec59c #d6de9c #dea49c

Monochromatic Colors of #dec59c

#dec59c

Complementary Color

#dec59c #9cb5de

#dec59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec59c Color CSS Codes

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

#dec59c Text Font Color

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

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


#dec59c Background Color

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

This div background color is #dec59c


#dec59c Border Color

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

This div border color is #dec59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec59c


Comments

No comments written yet.

Please login to write comment.