Color Hex Logo

#dcdfad Color Hex

#DCDFAD
(220,223,173)
0 Favorites   0 Comments

Color spaces of #dcdfad

RGB 220223173
HSL0.180.440.78
HSV64°22°87°
CMYK 0.010.000.22   0.13
XYZ63.445771.008149.8972
Yxy71.00810.34420.3852
Hunter Lab84.2663-13.070023.8786
CIE-Lab87.4889-9.096724.2348

#dcdfad color RGB value is (220,223,173).

#dcdfad hex color red value is 220, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dcdfad hue: 0.18 , saturation: 0.44 and the lightness value of dcdfad is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10101101
Octal 334 337 255
Decimal 220 223 173
Hex DC DF AD

RGB Percentages of Color #dcdfad

%35.71
%36.20
%28.08

CMYK Percentages of Color #dcdfad

%1
%0
%22
%13

Triadic Colors of #dcdfad

#dcdfad #addcdf #dfaddc

Analogous Colors of #dcdfad

#dcdfad #c3dfad #dfc9ad

Monochromatic Colors of #dcdfad

#dcdfad

Complementary Color

#dcdfad #b0addf

#dcdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfad Color CSS Codes

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

#dcdfad Text Font Color

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

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


#dcdfad Background Color

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

This div background color is #dcdfad


#dcdfad Border Color

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

This div border color is #dcdfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,223,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 #dcdfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfad


Comments

No comments written yet.

Please login to write comment.