Color Hex Logo

#dcabb9 Color Hex

#DCABB9
(220,171,185)
0 Favorites   0 Comments

Color spaces of #dcabb9

RGB 220171185
HSL0.950.410.77
HSV343°22°86°
CMYK 0.000.220.16   0.14
XYZ52.835147.844252.3491
Yxy47.84420.34530.3126
Hunter Lab69.169515.30053.5466
CIE-Lab74.726620.0536-0.2547

#dcabb9 color RGB value is (220,171,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10111001
Octal 334 253 271
Decimal 220 171 185
Hex DC AB B9

RGB Percentages of Color #dcabb9

%38.19
%29.69
%32.12

CMYK Percentages of Color #dcabb9

%0
%22
%16
%14

Triadic Colors of #dcabb9

#dcabb9 #b9dcab #abb9dc

Analogous Colors of #dcabb9

#dcabb9 #dcb6ab #dcabd2

Monochromatic Colors of #dcabb9

#dcabb9

Complementary Color

#dcabb9 #abdcce

#dcabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabb9 Color CSS Codes

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

#dcabb9 Text Font Color

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

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


#dcabb9 Background Color

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

This div background color is #dcabb9


#dcabb9 Border Color

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

This div border color is #dcabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabb9


Comments

No comments written yet.

Please login to write comment.