Color Hex Logo

#dcddad Color Hex

#DCDDAD
(220,221,173)
0 Favorites   0 Comments

Color spaces of #dcddad

RGB 220221173
HSL0.170.410.77
HSV61°22°87°
CMYK 0.000.000.22   0.13
XYZ62.914569.945749.7201
Yxy69.94570.34460.3831
Hunter Lab83.6335-12.079623.2956
CIE-Lab86.9702-8.083823.5231

#dcddad color RGB value is (220,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10101101
Octal 334 335 255
Decimal 220 221 173
Hex DC DD AD

RGB Percentages of Color #dcddad

%35.83
%35.99
%28.18

CMYK Percentages of Color #dcddad

%0
%0
%22
%13

Triadic Colors of #dcddad

#dcddad #addcdd #ddaddc

Analogous Colors of #dcddad

#dcddad #c4ddad #ddc6ad

Monochromatic Colors of #dcddad

#dcddad

Complementary Color

#dcddad #aeaddd

#dcddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddad Color CSS Codes

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

#dcddad Text Font Color

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

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


#dcddad Background Color

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

This div background color is #dcddad


#dcddad Border Color

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

This div border color is #dcddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddad


Comments

No comments written yet.

Please login to write comment.