Color Hex Logo

#dcaac1 Color Hex

#DCAAC1
(220,170,193)
0 Favorites   0 Comments

Color spaces of #dcaac1

RGB 220170193
HSL0.920.420.76
HSV332°23°86°
CMYK 0.000.230.12   0.14
XYZ53.515647.815456.8608
Yxy47.81540.33830.3023
Hunter Lab69.148717.1347-0.3500
CIE-Lab74.708321.8896-4.6638

#dcaac1 color RGB value is (220,170,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11000001
Octal 334 252 301
Decimal 220 170 193
Hex DC AA C1

RGB Percentages of Color #dcaac1

%37.74
%29.16
%33.10

CMYK Percentages of Color #dcaac1

%0
%23
%12
%14

Triadic Colors of #dcaac1

#dcaac1 #c1dcaa #aac1dc

Analogous Colors of #dcaac1

#dcaac1 #dcacaa #dcaada

Monochromatic Colors of #dcaac1

#dcaac1

Complementary Color

#dcaac1 #aadcc5

#dcaac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaac1 Color CSS Codes

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

#dcaac1 Text Font Color

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

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


#dcaac1 Background Color

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

This div background color is #dcaac1


#dcaac1 Border Color

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

This div border color is #dcaac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaac1


Comments

No comments written yet.

Please login to write comment.