Color Hex Logo

#decc6e Color Hex

#DECC6E
(222,204,110)
0 Favorites   0 Comments

Color spaces of #decc6e

RGB 222204110
HSL0.140.630.65
HSV50°50°87°
CMYK 0.000.080.50   0.13
XYZ54.531559.841123.4282
Yxy59.84110.39570.4343
Hunter Lab77.3570-9.544336.1935
CIE-Lab81.7517-5.873748.6917

#decc6e color RGB value is (222,204,110).

#decc6e hex color red value is 222, green value is 204 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #decc6e hue: 0.14 , saturation: 0.63 and the lightness value of decc6e is 0.65.

The process color (four color CMYK) of #decc6e color hex is 0.00, 0.08, 0.50, 0.13. Web safe color of #decc6e is #cccc66. Color #decc6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01101110
Octal 336 314 156
Decimal 222 204 110
Hex DE CC 6E

RGB Percentages of Color #decc6e

%41.42
%38.06
%20.52

CMYK Percentages of Color #decc6e

%0
%8
%50
%13

Triadic Colors of #decc6e

#decc6e #6edecc #cc6ede

Analogous Colors of #decc6e

#decc6e #b8de6e #de946e

Monochromatic Colors of #decc6e

#decc6e

Complementary Color

#decc6e #6e80de

#decc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc6e Color CSS Codes

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

#decc6e Text Font Color

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

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


#decc6e Background Color

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

This div background color is #decc6e


#decc6e Border Color

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

This div border color is #decc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc6e


Comments

No comments written yet.

Please login to write comment.