Color Hex Logo

#dcabc6 Color Hex

#DCABC6
(220,171,198)
0 Favorites   0 Comments

Color spaces of #dcabc6

RGB 220171198
HSL0.910.410.77
HSV327°22°86°
CMYK 0.000.220.10   0.14
XYZ54.271248.418759.9114
Yxy48.41870.33380.2978
Hunter Lab69.583517.4486-2.3402
CIE-Lab75.088322.1861-6.8390

#dcabc6 color RGB value is (220,171,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11000110
Octal 334 253 306
Decimal 220 171 198
Hex DC AB C6

RGB Percentages of Color #dcabc6

%37.35
%29.03
%33.62

CMYK Percentages of Color #dcabc6

%0
%22
%10
%14

Triadic Colors of #dcabc6

#dcabc6 #c6dcab #abc6dc

Analogous Colors of #dcabc6

#dcabc6 #dcabae #daabdc

Monochromatic Colors of #dcabc6

#dcabc6

Complementary Color

#dcabc6 #abdcc1

#dcabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabc6 Color CSS Codes

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

#dcabc6 Text Font Color

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

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


#dcabc6 Background Color

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

This div background color is #dcabc6


#dcabc6 Border Color

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

This div border color is #dcabc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabc6


Comments

No comments written yet.

Please login to write comment.