Color Hex Logo

#dccacd Color Hex

#DCCACD
(220,202,205)
0 Favorites   0 Comments

Color spaces of #dccacd

RGB 220202205
HSL0.970.200.83
HSV350°86°
CMYK 0.000.080.07   0.14
XYZ61.655261.864566.4491
Yxy61.86450.32460.3257
Hunter Lab78.65402.27794.9679
CIE-Lab82.84136.78630.7716

#dccacd color RGB value is (220,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11001101
Octal 334 312 315
Decimal 220 202 205
Hex DC CA CD

RGB Percentages of Color #dccacd

%35.09
%32.22
%32.70

CMYK Percentages of Color #dccacd

%0
%8
%7
%14

Triadic Colors of #dccacd

#dccacd #cddcca #cacddc

Analogous Colors of #dccacd

#dccacd #dcd0ca #dccad6

Monochromatic Colors of #dccacd

#dccacd

Complementary Color

#dccacd #cadcd9

#dccacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccacd Color CSS Codes

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

#dccacd Text Font Color

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

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


#dccacd Background Color

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

This div background color is #dccacd


#dccacd Border Color

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

This div border color is #dccacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccacd


Comments

No comments written yet.

Please login to write comment.