Color Hex Logo

#dcdead Color Hex

#DCDEAD
(220,222,173)
0 Favorites   0 Comments

Color spaces of #dcdead

RGB 220222173
HSL0.170.430.77
HSV62°22°87°
CMYK 0.010.000.22   0.13
XYZ63.179370.475349.8084
Yxy70.47530.34440.3841
Hunter Lab83.9496-12.575123.5871
CIE-Lab87.2295-8.590723.8789

#dcdead color RGB value is (220,222,173).

#dcdead hex color red value is 220, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dcdead hue: 0.17 , saturation: 0.43 and the lightness value of dcdead is 0.77.

The process color (four color CMYK) of #dcdead color hex is 0.01, 0.00, 0.22, 0.13. Web safe color of #dcdead is #cccc99. Color #dcdead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10101101
Octal 334 336 255
Decimal 220 222 173
Hex DC DE AD

RGB Percentages of Color #dcdead

%35.77
%36.10
%28.13

CMYK Percentages of Color #dcdead

%1
%0
%22
%13

Triadic Colors of #dcdead

#dcdead #addcde #deaddc

Analogous Colors of #dcdead

#dcdead #c4dead #dec8ad

Monochromatic Colors of #dcdead

#dcdead

Complementary Color

#dcdead #afadde

#dcdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdead Color CSS Codes

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

#dcdead Text Font Color

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

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


#dcdead Background Color

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

This div background color is #dcdead


#dcdead Border Color

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

This div border color is #dcdead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdead


Comments

No comments written yet.

Please login to write comment.