Color Hex Logo

#dcccad Color Hex

#DCCCAD
(220,204,173)
0 Favorites   0 Comments

Color spaces of #dcccad

RGB 220204173
HSL0.110.400.77
HSV40°21°86°
CMYK 0.000.070.21   0.14
XYZ58.650961.418548.2989
Yxy61.41850.34830.3648
Hunter Lab78.3700-3.560718.3189
CIE-Lab82.60320.665017.4754

#dcccad color RGB value is (220,204,173).

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

The process color (four color CMYK) of #dcccad color hex is 0.00, 0.07, 0.21, 0.14. Web safe color of #dcccad is #cccc99. Color #dcccad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10101101
Octal 334 314 255
Decimal 220 204 173
Hex DC CC AD

RGB Percentages of Color #dcccad

%36.85
%34.17
%28.98

CMYK Percentages of Color #dcccad

%0
%7
%21
%14

Triadic Colors of #dcccad

#dcccad #addccc #ccaddc

Analogous Colors of #dcccad

#dcccad #d5dcad #dcb5ad

Monochromatic Colors of #dcccad

#dcccad

Complementary Color

#dcccad #adbddc

#dcccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccad Color CSS Codes

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

#dcccad Text Font Color

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

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


#dcccad Background Color

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

This div background color is #dcccad


#dcccad Border Color

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

This div border color is #dcccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccad


Comments

No comments written yet.

Please login to write comment.