Color Hex Logo

#decc74 Color Hex

#DECC74
(222,204,116)
0 Favorites   0 Comments

Color spaces of #decc74

RGB 222204116
HSL0.140.620.66
HSV50°48°87°
CMYK 0.000.080.48   0.13
XYZ54.869559.976325.2076
Yxy59.97630.39180.4282
Hunter Lab77.4444-9.060034.9126
CIE-Lab81.8253-5.334245.8581

#decc74 color RGB value is (222,204,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01110100
Octal 336 314 164
Decimal 222 204 116
Hex DE CC 74

RGB Percentages of Color #decc74

%40.96
%37.64
%21.40

CMYK Percentages of Color #decc74

%0
%8
%48
%13

Triadic Colors of #decc74

#decc74 #74decc #cc74de

Analogous Colors of #decc74

#decc74 #bbde74 #de9774

Monochromatic Colors of #decc74

#decc74

Complementary Color

#decc74 #7486de

#decc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc74 Color CSS Codes

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

#decc74 Text Font Color

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

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


#decc74 Background Color

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

This div background color is #decc74


#decc74 Border Color

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

This div border color is #decc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc74


Comments

No comments written yet.

Please login to write comment.