Color Hex Logo

#decc71 Color Hex

#DECC71
(222,204,113)
0 Favorites   0 Comments

Color spaces of #decc71

RGB 222204113
HSL0.140.620.66
HSV50°49°87°
CMYK 0.000.080.49   0.13
XYZ54.697759.907624.3032
Yxy59.90760.39380.4313
Hunter Lab77.4000-9.306135.5632
CIE-Lab81.7879-5.608147.2803

#decc71 color RGB value is (222,204,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01110001
Octal 336 314 161
Decimal 222 204 113
Hex DE CC 71

RGB Percentages of Color #decc71

%41.19
%37.85
%20.96

CMYK Percentages of Color #decc71

%0
%8
%49
%13

Triadic Colors of #decc71

#decc71 #71decc #cc71de

Analogous Colors of #decc71

#decc71 #bade71 #de9671

Monochromatic Colors of #decc71

#decc71

Complementary Color

#decc71 #7183de

#decc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc71 Color CSS Codes

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

#decc71 Text Font Color

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

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


#decc71 Background Color

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

This div background color is #decc71


#decc71 Border Color

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

This div border color is #decc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc71


Comments

No comments written yet.

Please login to write comment.