Color Hex Logo

#decc7e Color Hex

#DECC7E
(222,204,126)
0 Favorites   0 Comments

Color spaces of #decc7e

RGB 222204126
HSL0.140.590.68
HSV49°43°87°
CMYK 0.000.080.43   0.13
XYZ55.483060.221728.4383
Yxy60.22170.38490.4178
Hunter Lab77.6026-8.183832.5944
CIE-Lab81.9585-4.362641.0508

#decc7e color RGB value is (222,204,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01111110
Octal 336 314 176
Decimal 222 204 126
Hex DE CC 7E

RGB Percentages of Color #decc7e

%40.22
%36.96
%22.83

CMYK Percentages of Color #decc7e

%0
%8
%43
%13

Triadic Colors of #decc7e

#decc7e #7edecc #cc7ede

Analogous Colors of #decc7e

#decc7e #c0de7e #de9c7e

Monochromatic Colors of #decc7e

#decc7e

Complementary Color

#decc7e #7e90de

#decc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc7e Color CSS Codes

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

#decc7e Text Font Color

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

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


#decc7e Background Color

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

This div background color is #decc7e


#decc7e Border Color

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

This div border color is #decc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc7e


Comments

No comments written yet.

Please login to write comment.