Color Hex Logo

#dcacc3 Color Hex

#DCACC3
(220,172,195)
0 Favorites   0 Comments

Color spaces of #dcacc3

RGB 220172195
HSL0.920.410.77
HSV331°22°86°
CMYK 0.000.220.11   0.14
XYZ54.118148.660858.1699
Yxy48.66080.33620.3023
Hunter Lab69.757316.4060-0.6112
CIE-Lab75.239821.1424-4.9741

#dcacc3 color RGB value is (220,172,195).

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

The process color (four color CMYK) of #dcacc3 color hex is 0.00, 0.22, 0.11, 0.14. Web safe color of #dcacc3 is #cc99cc. Color #dcacc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11000011
Octal 334 254 303
Decimal 220 172 195
Hex DC AC C3

RGB Percentages of Color #dcacc3

%37.48
%29.30
%33.22

CMYK Percentages of Color #dcacc3

%0
%22
%11
%14

Triadic Colors of #dcacc3

#dcacc3 #c3dcac #acc3dc

Analogous Colors of #dcacc3

#dcacc3 #dcadac #dcacdb

Monochromatic Colors of #dcacc3

#dcacc3

Complementary Color

#dcacc3 #acdcc5

#dcacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacc3 Color CSS Codes

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

#dcacc3 Text Font Color

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

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


#dcacc3 Background Color

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

This div background color is #dcacc3


#dcacc3 Border Color

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

This div border color is #dcacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacc3


Comments

No comments written yet.

Please login to write comment.