Color Hex Logo

#dcaac5 Color Hex

#DCAAC5
(220,170,197)
0 Favorites   0 Comments

Color spaces of #dcaac5

RGB 220170197
HSL0.910.420.76
HSV328°23°86°
CMYK 0.000.230.10   0.14
XYZ53.968047.996359.2431
Yxy47.99630.33480.2977
Hunter Lab69.279417.8110-2.2053
CIE-Lab74.822622.5573-6.6854

#dcaac5 color RGB value is (220,170,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11000101
Octal 334 252 305
Decimal 220 170 197
Hex DC AA C5

RGB Percentages of Color #dcaac5

%37.48
%28.96
%33.56

CMYK Percentages of Color #dcaac5

%0
%23
%10
%14

Triadic Colors of #dcaac5

#dcaac5 #c5dcaa #aac5dc

Analogous Colors of #dcaac5

#dcaac5 #dcaaac #daaadc

Monochromatic Colors of #dcaac5

#dcaac5

Complementary Color

#dcaac5 #aadcc1

#dcaac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaac5 Color CSS Codes

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

#dcaac5 Text Font Color

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

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


#dcaac5 Background Color

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

This div background color is #dcaac5


#dcaac5 Border Color

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

This div border color is #dcaac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaac5


Comments

No comments written yet.

Please login to write comment.