Color Hex Logo

#dcacc7 Color Hex

#DCACC7
(220,172,199)
0 Favorites   0 Comments

Color spaces of #dcacc7

RGB 220172199
HSL0.910.410.77
HSV326°22°86°
CMYK 0.000.220.10   0.14
XYZ54.576548.844260.5842
Yxy48.84420.33280.2978
Hunter Lab69.888617.0868-2.4746
CIE-Lab75.354321.8157-6.9915

#dcacc7 color RGB value is (220,172,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11000111
Octal 334 254 307
Decimal 220 172 199
Hex DC AC C7

RGB Percentages of Color #dcacc7

%37.23
%29.10
%33.67

CMYK Percentages of Color #dcacc7

%0
%22
%10
%14

Triadic Colors of #dcacc7

#dcacc7 #c7dcac #acc7dc

Analogous Colors of #dcacc7

#dcacc7 #dcacaf #d9acdc

Monochromatic Colors of #dcacc7

#dcacc7

Complementary Color

#dcacc7 #acdcc1

#dcacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacc7 Color CSS Codes

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

#dcacc7 Text Font Color

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

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


#dcacc7 Background Color

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

This div background color is #dcacc7


#dcacc7 Border Color

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

This div border color is #dcacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacc7


Comments

No comments written yet.

Please login to write comment.