Color Hex Logo

#dcadcf Color Hex

#DCADCF
(220,173,207)
0 Favorites   0 Comments

Color spaces of #dcadcf

RGB 220173207
HSL0.880.400.77
HSV317°21°86°
CMYK 0.000.210.06   0.14
XYZ55.721349.607865.6699
Yxy49.60780.32590.2901
Hunter Lab70.432817.9588-5.9776
CIE-Lab75.827922.6600-10.6548

#dcadcf color RGB value is (220,173,207).

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

The process color (four color CMYK) of #dcadcf color hex is 0.00, 0.21, 0.06, 0.14. Web safe color of #dcadcf is #cc99cc. Color #dcadcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11001111
Octal 334 255 317
Decimal 220 173 207
Hex DC AD CF

RGB Percentages of Color #dcadcf

%36.67
%28.83
%34.50

CMYK Percentages of Color #dcadcf

%0
%21
%6
%14

Triadic Colors of #dcadcf

#dcadcf #cfdcad #adcfdc

Analogous Colors of #dcadcf

#dcadcf #dcadb8 #d2addc

Monochromatic Colors of #dcadcf

#dcadcf

Complementary Color

#dcadcf #addcba

#dcadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadcf Color CSS Codes

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

#dcadcf Text Font Color

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

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


#dcadcf Background Color

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

This div background color is #dcadcf


#dcadcf Border Color

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

This div border color is #dcadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadcf


Comments

No comments written yet.

Please login to write comment.