Color Hex Logo

#dcac87 Color Hex

#DCAC87
(220,172,135)
0 Favorites   0 Comments

Color spaces of #dcac87

RGB 220172135
HSL0.070.550.70
HSV26°39°86°
CMYK 0.000.220.39   0.14
XYZ48.640946.470029.3276
Yxy46.47000.39090.3734
Hunter Lab68.16898.070422.2105
CIE-Lab73.849512.654325.7507

#dcac87 color RGB value is (220,172,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10000111
Octal 334 254 207
Decimal 220 172 135
Hex DC AC 87

RGB Percentages of Color #dcac87

%41.75
%32.64
%25.62

CMYK Percentages of Color #dcac87

%0
%22
%39
%14

Triadic Colors of #dcac87

#dcac87 #87dcac #ac87dc

Analogous Colors of #dcac87

#dcac87 #dcd787 #dc878d

Monochromatic Colors of #dcac87

#dcac87

Complementary Color

#dcac87 #87b7dc

#dcac87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac87 Color CSS Codes

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

#dcac87 Text Font Color

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

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


#dcac87 Background Color

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

This div background color is #dcac87


#dcac87 Border Color

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

This div border color is #dcac87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,172,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 #dcac87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac87


Comments

No comments written yet.

Please login to write comment.