Color Hex Logo

#dcabac Color Hex

#DCABAC
(220,171,172)
0 Favorites   0 Comments

Color spaces of #dcabac

RGB 220171172
HSL1.000.410.77
HSV359°22°86°
CMYK 0.000.220.22   0.14
XYZ51.524547.320045.4478
Yxy47.32000.35710.3279
Hunter Lab68.789513.31788.9810
CIE-Lab74.394018.05926.3839

#dcabac color RGB value is (220,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10101100
Octal 334 253 254
Decimal 220 171 172
Hex DC AB AC

RGB Percentages of Color #dcabac

%39.08
%30.37
%30.55

CMYK Percentages of Color #dcabac

%0
%22
%22
%14

Triadic Colors of #dcabac

#dcabac #acdcab #abacdc

Analogous Colors of #dcabac

#dcabac #dcc3ab #dcabc5

Monochromatic Colors of #dcabac

#dcabac

Complementary Color

#dcabac #abdcdb

#dcabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabac Color CSS Codes

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

#dcabac Text Font Color

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

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


#dcabac Background Color

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

This div background color is #dcabac


#dcabac Border Color

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

This div border color is #dcabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabac


Comments

No comments written yet.

Please login to write comment.