Color Hex Logo

#dec696 Color Hex

#DEC696
(222,198,150)
0 Favorites   0 Comments

Color spaces of #dec696

RGB 222198150
HSL0.110.520.73
HSV40°32°87°
CMYK 0.000.110.32   0.13
XYZ55.823358.119837.1302
Yxy58.11980.36950.3847
Hunter Lab76.2363-2.708824.4888
CIE-Lab80.80541.460727.1770

#dec696 color RGB value is (222,198,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 10010110
Octal 336 306 226
Decimal 222 198 150
Hex DE C6 96

RGB Percentages of Color #dec696

%38.95
%34.74
%26.32

CMYK Percentages of Color #dec696

%0
%11
%32
%13

Triadic Colors of #dec696

#dec696 #96dec6 #c696de

Analogous Colors of #dec696

#dec696 #d2de96 #dea296

Monochromatic Colors of #dec696

#dec696

Complementary Color

#dec696 #96aede

#dec696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec696 Color CSS Codes

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

#dec696 Text Font Color

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

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


#dec696 Background Color

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

This div background color is #dec696


#dec696 Border Color

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

This div border color is #dec696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec696


Comments

No comments written yet.

Please login to write comment.