Color Hex Logo

#decc78 Color Hex

#DECC78
(222,204,120)
0 Favorites   0 Comments

Color spaces of #decc78

RGB 222204120
HSL0.140.610.67
HSV49°46°87°
CMYK 0.000.080.46   0.13
XYZ55.107260.071426.4598
Yxy60.07140.38910.4241
Hunter Lab77.5057-8.720134.0129
CIE-Lab81.8770-4.956643.9465

#decc78 color RGB value is (222,204,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01111000
Octal 336 314 170
Decimal 222 204 120
Hex DE CC 78

RGB Percentages of Color #decc78

%40.66
%37.36
%21.98

CMYK Percentages of Color #decc78

%0
%8
%46
%13

Triadic Colors of #decc78

#decc78 #78decc #cc78de

Analogous Colors of #decc78

#decc78 #bdde78 #de9978

Monochromatic Colors of #decc78

#decc78

Complementary Color

#decc78 #788ade

#decc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc78 Color CSS Codes

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

#decc78 Text Font Color

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

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


#decc78 Background Color

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

This div background color is #decc78


#decc78 Border Color

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

This div border color is #decc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc78


Comments

No comments written yet.

Please login to write comment.