Color Hex Logo

#dccad5 Color Hex

#DCCAD5
(220,202,213)
0 Favorites   0 Comments

Color spaces of #dccad5

RGB 220202213
HSL0.900.200.83
HSV323°86°
CMYK 0.000.080.03   0.14
XYZ62.646062.260871.6665
Yxy62.26080.31870.3167
Hunter Lab78.90553.63311.3833
CIE-Lab83.05198.1847-3.1939

#dccad5 color RGB value is (220,202,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11010101
Octal 334 312 325
Decimal 220 202 213
Hex DC CA D5

RGB Percentages of Color #dccad5

%34.65
%31.81
%33.54

CMYK Percentages of Color #dccad5

%0
%8
%3
%14

Triadic Colors of #dccad5

#dccad5 #d5dcca #cad5dc

Analogous Colors of #dccad5

#dccad5 #dccacc #dacadc

Monochromatic Colors of #dccad5

#dccad5

Complementary Color

#dccad5 #cadcd1

#dccad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccad5 Color CSS Codes

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

#dccad5 Text Font Color

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

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


#dccad5 Background Color

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

This div background color is #dccad5


#dccad5 Border Color

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

This div border color is #dccad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccad5


Comments

No comments written yet.

Please login to write comment.