Color Hex Logo

#dcaab9 Color Hex

#DCAAB9
(220,170,185)
0 Favorites   0 Comments

Color spaces of #dcaab9

RGB 220170185
HSL0.950.420.76
HSV342°23°86°
CMYK 0.000.230.16   0.14
XYZ52.646947.467952.2864
Yxy47.46790.34540.3115
Hunter Lab68.897015.82933.2323
CIE-Lab74.488120.5928-0.6033

#dcaab9 color RGB value is (220,170,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10111001
Octal 334 252 271
Decimal 220 170 185
Hex DC AA B9

RGB Percentages of Color #dcaab9

%38.26
%29.57
%32.17

CMYK Percentages of Color #dcaab9

%0
%23
%16
%14

Triadic Colors of #dcaab9

#dcaab9 #b9dcaa #aab9dc

Analogous Colors of #dcaab9

#dcaab9 #dcb4aa #dcaad2

Monochromatic Colors of #dcaab9

#dcaab9

Complementary Color

#dcaab9 #aadccd

#dcaab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaab9 Color CSS Codes

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

#dcaab9 Text Font Color

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

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


#dcaab9 Background Color

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

This div background color is #dcaab9


#dcaab9 Border Color

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

This div border color is #dcaab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaab9


Comments

No comments written yet.

Please login to write comment.