Color Hex Logo

#dcabc4 Color Hex

#DCABC4
(220,171,196)
0 Favorites   0 Comments

Color spaces of #dcabc4

RGB 220171196
HSL0.910.410.77
HSV329°22°86°
CMYK 0.000.220.11   0.14
XYZ54.041948.327058.7043
Yxy48.32700.33550.3000
Hunter Lab69.517617.1072-1.4052
CIE-Lab75.030721.8491-5.8301

#dcabc4 color RGB value is (220,171,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11000100
Octal 334 253 304
Decimal 220 171 196
Hex DC AB C4

RGB Percentages of Color #dcabc4

%37.48
%29.13
%33.39

CMYK Percentages of Color #dcabc4

%0
%22
%11
%14

Triadic Colors of #dcabc4

#dcabc4 #c4dcab #abc4dc

Analogous Colors of #dcabc4

#dcabc4 #dcabac #dcabdc

Monochromatic Colors of #dcabc4

#dcabc4

Complementary Color

#dcabc4 #abdcc3

#dcabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabc4 Color CSS Codes

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

#dcabc4 Text Font Color

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

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


#dcabc4 Background Color

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

This div background color is #dcabc4


#dcabc4 Border Color

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

This div border color is #dcabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabc4


Comments

No comments written yet.

Please login to write comment.