Color Hex Logo

#decc70 Color Hex

#DECC70
(222,204,112)
0 Favorites   0 Comments

Color spaces of #decc70

RGB 222204112
HSL0.140.630.65
HSV50°50°87°
CMYK 0.000.080.50   0.13
XYZ54.641759.885224.0083
Yxy59.88520.39440.4323
Hunter Lab77.3855-9.386335.7756
CIE-Lab81.7758-5.697547.7519

#decc70 color RGB value is (222,204,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01110000
Octal 336 314 160
Decimal 222 204 112
Hex DE CC 70

RGB Percentages of Color #decc70

%41.26
%37.92
%20.82

CMYK Percentages of Color #decc70

%0
%8
%50
%13

Triadic Colors of #decc70

#decc70 #70decc #cc70de

Analogous Colors of #decc70

#decc70 #b9de70 #de9570

Monochromatic Colors of #decc70

#decc70

Complementary Color

#decc70 #7082de

#decc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc70 Color CSS Codes

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

#decc70 Text Font Color

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

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


#decc70 Background Color

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

This div background color is #decc70


#decc70 Border Color

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

This div border color is #decc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc70


Comments

No comments written yet.

Please login to write comment.