Color Hex Logo

#dca49e Color Hex

#DCA49E
(220,164,158)
0 Favorites   0 Comments

Color spaces of #dca49e

RGB 220164158
HSL0.020.470.74
HSV28°86°
CMYK 0.000.250.28   0.14
XYZ48.962244.235238.3054
Yxy44.23520.37230.3364
Hunter Lab66.509515.014312.4093
CIE-Lab72.385419.843511.2010

#dca49e color RGB value is (220,164,158).

#dca49e hex color red value is 220, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dca49e hue: 0.02 , saturation: 0.47 and the lightness value of dca49e is 0.74.

The process color (four color CMYK) of #dca49e color hex is 0.00, 0.25, 0.28, 0.14. Web safe color of #dca49e is #cc9999. Color #dca49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10011110
Octal 334 244 236
Decimal 220 164 158
Hex DC A4 9E

RGB Percentages of Color #dca49e

%40.59
%30.26
%29.15

CMYK Percentages of Color #dca49e

%0
%25
%28
%14

Triadic Colors of #dca49e

#dca49e #9edca4 #a49edc

Analogous Colors of #dca49e

#dca49e #dcc39e #dc9eb7

Monochromatic Colors of #dca49e

#dca49e

Complementary Color

#dca49e #9ed6dc

#dca49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca49e Color CSS Codes

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

#dca49e Text Font Color

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

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


#dca49e Background Color

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

This div background color is #dca49e


#dca49e Border Color

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

This div border color is #dca49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca49e


Comments

No comments written yet.

Please login to write comment.