Color Hex Logo

#dcaabd Color Hex

#DCAABD
(220,170,189)
0 Favorites   0 Comments

Color spaces of #dcaabd

RGB 220170189
HSL0.940.420.76
HSV337°23°86°
CMYK 0.000.230.14   0.14
XYZ53.075247.639254.5420
Yxy47.63920.34190.3068
Hunter Lab69.021216.47411.4626
CIE-Lab74.596821.2347-2.6364

#dcaabd color RGB value is (220,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10111101
Octal 334 252 275
Decimal 220 170 189
Hex DC AA BD

RGB Percentages of Color #dcaabd

%38.00
%29.36
%32.64

CMYK Percentages of Color #dcaabd

%0
%23
%14
%14

Triadic Colors of #dcaabd

#dcaabd #bddcaa #aabddc

Analogous Colors of #dcaabd

#dcaabd #dcb0aa #dcaad6

Monochromatic Colors of #dcaabd

#dcaabd

Complementary Color

#dcaabd #aadcc9

#dcaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaabd Color CSS Codes

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

#dcaabd Text Font Color

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

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


#dcaabd Background Color

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

This div background color is #dcaabd


#dcaabd Border Color

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

This div border color is #dcaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaabd


Comments

No comments written yet.

Please login to write comment.