Color Hex Logo

#dcac90 Color Hex

#DCAC90
(220,172,144)
0 Favorites   0 Comments

Color spaces of #dcac90

RGB 220172144
HSL0.060.520.71
HSV22°35°86°
CMYK 0.000.220.35   0.14
XYZ49.301846.734332.8077
Yxy46.73430.38260.3627
Hunter Lab68.36259.096619.4000
CIE-Lab74.019513.724721.1246

#dcac90 color RGB value is (220,172,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10010000
Octal 334 254 220
Decimal 220 172 144
Hex DC AC 90

RGB Percentages of Color #dcac90

%41.04
%32.09
%26.87

CMYK Percentages of Color #dcac90

%0
%22
%35
%14

Triadic Colors of #dcac90

#dcac90 #90dcac #ac90dc

Analogous Colors of #dcac90

#dcac90 #dcd290 #dc909a

Monochromatic Colors of #dcac90

#dcac90

Complementary Color

#dcac90 #90c0dc

#dcac90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac90 Color CSS Codes

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

#dcac90 Text Font Color

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

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


#dcac90 Background Color

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

This div background color is #dcac90


#dcac90 Border Color

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

This div border color is #dcac90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac90


Comments

No comments written yet.

Please login to write comment.