Color Hex Logo

#dccad1 Color Hex

#DCCAD1
(220,202,209)
0 Favorites   0 Comments

Color spaces of #dccad1

RGB 220202209
HSL0.940.200.83
HSV337°86°
CMYK 0.000.080.05   0.14
XYZ62.144462.060269.0250
Yxy62.06020.32160.3212
Hunter Lab78.77832.94803.1953
CIE-Lab82.94547.4793-1.2133

#dccad1 color RGB value is (220,202,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11010001
Octal 334 312 321
Decimal 220 202 209
Hex DC CA D1

RGB Percentages of Color #dccad1

%34.87
%32.01
%33.12

CMYK Percentages of Color #dccad1

%0
%8
%5
%14

Triadic Colors of #dccad1

#dccad1 #d1dcca #cad1dc

Analogous Colors of #dccad1

#dccad1 #dcccca #dccada

Monochromatic Colors of #dccad1

#dccad1

Complementary Color

#dccad1 #cadcd5

#dccad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccad1 Color CSS Codes

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

#dccad1 Text Font Color

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

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


#dccad1 Background Color

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

This div background color is #dccad1


#dccad1 Border Color

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

This div border color is #dccad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccad1


Comments

No comments written yet.

Please login to write comment.