Color Hex Logo

#dcab87 Color Hex

#DCAB87
(220,171,135)
0 Favorites   0 Comments

Color spaces of #dcab87

RGB 220171135
HSL0.070.550.70
HSV25°39°86°
CMYK 0.000.220.39   0.14
XYZ48.451346.090729.2644
Yxy46.09070.39130.3723
Hunter Lab67.89018.582821.9658
CIE-Lab73.604313.190625.4209

#dcab87 color RGB value is (220,171,135).

#dcab87 hex color red value is 220, green value is 171 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dcab87 hue: 0.07 , saturation: 0.55 and the lightness value of dcab87 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10000111
Octal 334 253 207
Decimal 220 171 135
Hex DC AB 87

RGB Percentages of Color #dcab87

%41.83
%32.51
%25.67

CMYK Percentages of Color #dcab87

%0
%22
%39
%14

Triadic Colors of #dcab87

#dcab87 #87dcab #ab87dc

Analogous Colors of #dcab87

#dcab87 #dcd687 #dc878e

Monochromatic Colors of #dcab87

#dcab87

Complementary Color

#dcab87 #87b8dc

#dcab87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab87 Color CSS Codes

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

#dcab87 Text Font Color

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

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


#dcab87 Background Color

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

This div background color is #dcab87


#dcab87 Border Color

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

This div border color is #dcab87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab87


Comments

No comments written yet.

Please login to write comment.