Color Hex Logo

#decc9e Color Hex

#DECC9E
(222,204,158)
0 Favorites   0 Comments

Color spaces of #decc9e

RGB 222204158
HSL0.120.490.75
HSV43°29°87°
CMYK 0.000.080.29   0.13
XYZ57.888661.183941.1064
Yxy61.18390.36140.3820
Hunter Lab78.2201-4.782223.5959
CIE-Lab82.4775-0.645425.2405

#decc9e color RGB value is (222,204,158).

#decc9e hex color red value is 222, green value is 204 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #decc9e hue: 0.12 , saturation: 0.49 and the lightness value of decc9e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 10011110
Octal 336 314 236
Decimal 222 204 158
Hex DE CC 9E

RGB Percentages of Color #decc9e

%38.01
%34.93
%27.05

CMYK Percentages of Color #decc9e

%0
%8
%29
%13

Triadic Colors of #decc9e

#decc9e #9edecc #cc9ede

Analogous Colors of #decc9e

#decc9e #d0de9e #deac9e

Monochromatic Colors of #decc9e

#decc9e

Complementary Color

#decc9e #9eb0de

#decc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc9e Color CSS Codes

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

#decc9e Text Font Color

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

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


#decc9e Background Color

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

This div background color is #decc9e


#decc9e Border Color

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

This div border color is #decc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc9e


Comments

No comments written yet.

Please login to write comment.