Color Hex Logo

#dcaacc Color Hex

#DCAACC
(220,170,204)
0 Favorites   0 Comments

Color spaces of #dcaacc

RGB 220170204
HSL0.890.420.76
HSV319°23°86°
CMYK 0.000.230.07   0.14
XYZ54.789048.324763.5667
Yxy48.32470.32870.2899
Hunter Lab69.516019.0318-5.5547
CIE-Lab75.029323.7554-10.2082

#dcaacc color RGB value is (220,170,204).

#dcaacc hex color red value is 220, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcaacc hue: 0.89 , saturation: 0.42 and the lightness value of dcaacc is 0.76.

The process color (four color CMYK) of #dcaacc color hex is 0.00, 0.23, 0.07, 0.14. Web safe color of #dcaacc is #cc99cc. Color #dcaacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11001100
Octal 334 252 314
Decimal 220 170 204
Hex DC AA CC

RGB Percentages of Color #dcaacc

%37.04
%28.62
%34.34

CMYK Percentages of Color #dcaacc

%0
%23
%7
%14

Triadic Colors of #dcaacc

#dcaacc #ccdcaa #aaccdc

Analogous Colors of #dcaacc

#dcaacc #dcaab3 #d3aadc

Monochromatic Colors of #dcaacc

#dcaacc

Complementary Color

#dcaacc #aadcba

#dcaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaacc Color CSS Codes

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

#dcaacc Text Font Color

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

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


#dcaacc Background Color

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

This div background color is #dcaacc


#dcaacc Border Color

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

This div border color is #dcaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaacc


Comments

No comments written yet.

Please login to write comment.