Color Hex Logo

#dcac8e Color Hex

#DCAC8E
(220,172,142)
0 Favorites   0 Comments

Color spaces of #dcac8e

RGB 220172142
HSL0.060.530.71
HSV23°35°86°
CMYK 0.000.220.35   0.14
XYZ49.150246.673732.0096
Yxy46.67370.38450.3651
Hunter Lab68.31828.861720.0431
CIE-Lab73.980613.480322.1537

#dcac8e color RGB value is (220,172,142).

#dcac8e hex color red value is 220, green value is 172 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dcac8e hue: 0.06 , saturation: 0.53 and the lightness value of dcac8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10001110
Octal 334 254 216
Decimal 220 172 142
Hex DC AC 8E

RGB Percentages of Color #dcac8e

%41.20
%32.21
%26.59

CMYK Percentages of Color #dcac8e

%0
%22
%35
%14

Triadic Colors of #dcac8e

#dcac8e #8edcac #ac8edc

Analogous Colors of #dcac8e

#dcac8e #dcd38e #dc8e97

Monochromatic Colors of #dcac8e

#dcac8e

Complementary Color

#dcac8e #8ebedc

#dcac8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac8e Color CSS Codes

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

#dcac8e Text Font Color

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

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


#dcac8e Background Color

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

This div background color is #dcac8e


#dcac8e Border Color

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

This div border color is #dcac8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac8e


Comments

No comments written yet.

Please login to write comment.