Color Hex Logo

#dcacdf Color Hex

#DCACDF
(220,172,223)
0 Favorites   0 Comments

Color spaces of #dcacdf

RGB 220172223
HSL0.820.440.77
HSV296°23°87°
CMYK 0.010.230.00   0.13
XYZ57.587050.048476.4372
Yxy50.04840.31280.2719
Hunter Lab70.744921.4971-14.5392
CIE-Lab76.099026.1110-18.9595

#dcacdf color RGB value is (220,172,223).

#dcacdf hex color red value is 220, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcacdf hue: 0.82 , saturation: 0.44 and the lightness value of dcacdf is 0.77.

The process color (four color CMYK) of #dcacdf color hex is 0.01, 0.23, 0.00, 0.13. Web safe color of #dcacdf is #cc99cc. Color #dcacdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11011111
Octal 334 254 337
Decimal 220 172 223
Hex DC AC DF

RGB Percentages of Color #dcacdf

%35.77
%27.97
%36.26

CMYK Percentages of Color #dcacdf

%1
%23
%0
%13

Triadic Colors of #dcacdf

#dcacdf #dfdcac #acdfdc

Analogous Colors of #dcacdf

#dcacdf #dfacc9 #c3acdf

Monochromatic Colors of #dcacdf

#dcacdf

Complementary Color

#dcacdf #afdfac

#dcacdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacdf Color CSS Codes

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

#dcacdf Text Font Color

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

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


#dcacdf Background Color

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

This div background color is #dcacdf


#dcacdf Border Color

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

This div border color is #dcacdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacdf


Comments

No comments written yet.

Please login to write comment.