Color Hex Logo

#dcaac7 Color Hex

#DCAAC7
(220,170,199)
0 Favorites   0 Comments

Color spaces of #dcaac7

RGB 220170199
HSL0.900.420.76
HSV325°23°86°
CMYK 0.000.230.10   0.14
XYZ54.198748.088660.4583
Yxy48.08860.33300.2955
Hunter Lab69.345918.1548-3.1490
CIE-Lab74.880822.8956-7.6939

#dcaac7 color RGB value is (220,170,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11000111
Octal 334 252 307
Decimal 220 170 199
Hex DC AA C7

RGB Percentages of Color #dcaac7

%37.35
%28.86
%33.79

CMYK Percentages of Color #dcaac7

%0
%23
%10
%14

Triadic Colors of #dcaac7

#dcaac7 #c7dcaa #aac7dc

Analogous Colors of #dcaac7

#dcaac7 #dcaaae #d8aadc

Monochromatic Colors of #dcaac7

#dcaac7

Complementary Color

#dcaac7 #aadcbf

#dcaac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaac7 Color CSS Codes

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

#dcaac7 Text Font Color

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

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


#dcaac7 Background Color

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

This div background color is #dcaac7


#dcaac7 Border Color

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

This div border color is #dcaac7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,170,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 #dcaac7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaac7


Comments

No comments written yet.

Please login to write comment.