Color Hex Logo

#dcabbf Color Hex

#DCABBF
(220,171,191)
0 Favorites   0 Comments

Color spaces of #dcabbf

RGB 220171191
HSL0.930.410.77
HSV336°22°86°
CMYK 0.000.220.13   0.14
XYZ53.482148.103155.7562
Yxy48.10310.33990.3057
Hunter Lab69.356416.27120.8857
CIE-Lab74.889921.0208-3.3010

#dcabbf color RGB value is (220,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10111111
Octal 334 253 277
Decimal 220 171 191
Hex DC AB BF

RGB Percentages of Color #dcabbf

%37.80
%29.38
%32.82

CMYK Percentages of Color #dcabbf

%0
%22
%13
%14

Triadic Colors of #dcabbf

#dcabbf #bfdcab #abbfdc

Analogous Colors of #dcabbf

#dcabbf #dcb0ab #dcabd8

Monochromatic Colors of #dcabbf

#dcabbf

Complementary Color

#dcabbf #abdcc8

#dcabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabbf Color CSS Codes

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

#dcabbf Text Font Color

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

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


#dcabbf Background Color

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

This div background color is #dcabbf


#dcabbf Border Color

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

This div border color is #dcabbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,171,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 #dcabbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabbf


Comments

No comments written yet.

Please login to write comment.