Color Hex Logo

#dec597 Color Hex

#DEC597
(222,197,151)
0 Favorites   0 Comments

Color spaces of #dec597

RGB 222197151
HSL0.110.520.73
HSV39°32°87°
CMYK 0.000.110.32   0.13
XYZ55.676457.696537.4802
Yxy57.69650.36910.3825
Hunter Lab75.9582-2.088623.9152
CIE-Lab80.56982.108626.3332

#dec597 color RGB value is (222,197,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10010111
Octal 336 305 227
Decimal 222 197 151
Hex DE C5 97

RGB Percentages of Color #dec597

%38.95
%34.56
%26.49

CMYK Percentages of Color #dec597

%0
%11
%32
%13

Triadic Colors of #dec597

#dec597 #97dec5 #c597de

Analogous Colors of #dec597

#dec597 #d4de97 #dea297

Monochromatic Colors of #dec597

#dec597

Complementary Color

#dec597 #97b0de

#dec597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec597 Color CSS Codes

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

#dec597 Text Font Color

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

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


#dec597 Background Color

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

This div background color is #dec597


#dec597 Border Color

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

This div border color is #dec597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec597


Comments

No comments written yet.

Please login to write comment.