Color Hex Logo

#dec596 Color Hex

#DEC596
(222,197,150)
0 Favorites   0 Comments

Color spaces of #dec596

RGB 222197150
HSL0.110.520.73
HSV39°32°87°
CMYK 0.000.110.32   0.13
XYZ55.595557.664137.0543
Yxy57.66410.36990.3836
Hunter Lab75.9369-2.204724.2246
CIE-Lab80.55171.983826.8349

#dec596 color RGB value is (222,197,150).

#dec596 hex color red value is 222, green value is 197 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dec596 hue: 0.11 , saturation: 0.52 and the lightness value of dec596 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10010110
Octal 336 305 226
Decimal 222 197 150
Hex DE C5 96

RGB Percentages of Color #dec596

%39.02
%34.62
%26.36

CMYK Percentages of Color #dec596

%0
%11
%32
%13

Triadic Colors of #dec596

#dec596 #96dec5 #c596de

Analogous Colors of #dec596

#dec596 #d3de96 #dea196

Monochromatic Colors of #dec596

#dec596

Complementary Color

#dec596 #96afde

#dec596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec596 Color CSS Codes

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

#dec596 Text Font Color

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

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


#dec596 Background Color

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

This div background color is #dec596


#dec596 Border Color

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

This div border color is #dec596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec596


Comments

No comments written yet.

Please login to write comment.