Color Hex Logo

#dcd5cd Color Hex

#DCD5CD
(220,213,205)
0 Favorites   0 Comments

Color spaces of #dcd5cd

RGB 220213205
HSL0.090.180.83
HSV32°86°
CMYK 0.000.030.07   0.14
XYZ64.328967.211967.3403
Yxy67.21190.32350.3380
Hunter Lab81.9829-3.40778.6875
CIE-Lab85.61081.01694.7916

#dcd5cd color RGB value is (220,213,205).

#dcd5cd hex color red value is 220, green value is 213 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dcd5cd hue: 0.09 , saturation: 0.18 and the lightness value of dcd5cd is 0.83.

The process color (four color CMYK) of #dcd5cd color hex is 0.00, 0.03, 0.07, 0.14. Web safe color of #dcd5cd is #cccccc. Color #dcd5cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 11001101
Octal 334 325 315
Decimal 220 213 205
Hex DC D5 CD

RGB Percentages of Color #dcd5cd

%34.48
%33.39
%32.13

CMYK Percentages of Color #dcd5cd

%0
%3
%7
%14

Triadic Colors of #dcd5cd

#dcd5cd #cddcd5 #d5cddc

Analogous Colors of #dcd5cd

#dcd5cd #dcdccd #dccecd

Monochromatic Colors of #dcd5cd

#dcd5cd

Complementary Color

#dcd5cd #cdd4dc

#dcd5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd5cd Color CSS Codes

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

#dcd5cd Text Font Color

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

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


#dcd5cd Background Color

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

This div background color is #dcd5cd


#dcd5cd Border Color

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

This div border color is #dcd5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd5cd

#dcd5cd Color Palettes


Comments

No comments written yet.

Please login to write comment.