Color Hex Logo

#dcaabf Color Hex

#DCAABF
(220,170,191)
0 Favorites   0 Comments

Color spaces of #dcaabf

RGB 220170191
HSL0.930.420.76
HSV335°23°86°
CMYK 0.000.230.13   0.14
XYZ53.293947.726755.6935
Yxy47.72670.34010.3045
Hunter Lab69.084516.80240.5617
CIE-Lab74.652221.5605-3.6508

#dcaabf color RGB value is (220,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 10111111
Octal 334 252 277
Decimal 220 170 191
Hex DC AA BF

RGB Percentages of Color #dcaabf

%37.87
%29.26
%32.87

CMYK Percentages of Color #dcaabf

%0
%23
%13
%14

Triadic Colors of #dcaabf

#dcaabf #bfdcaa #aabfdc

Analogous Colors of #dcaabf

#dcaabf #dcaeaa #dcaad8

Monochromatic Colors of #dcaabf

#dcaabf

Complementary Color

#dcaabf #aadcc7

#dcaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaabf Color CSS Codes

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

#dcaabf Text Font Color

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

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


#dcaabf Background Color

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

This div background color is #dcaabf


#dcaabf Border Color

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

This div border color is #dcaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaabf


Comments

No comments written yet.

Please login to write comment.