Color Hex Logo

#dca09f Color Hex

#DCA09F
(220,160,159)
0 Favorites   0 Comments

Color spaces of #dca09f

RGB 220160159
HSL0.000.470.74
HSV28°86°
CMYK 0.000.270.28   0.14
XYZ48.344042.860538.5258
Yxy42.86050.37270.3304
Hunter Lab65.467917.242310.9373
CIE-Lab71.460222.13769.3355

#dca09f color RGB value is (220,160,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10011111
Octal 334 240 237
Decimal 220 160 159
Hex DC A0 9F

RGB Percentages of Color #dca09f

%40.82
%29.68
%29.50

CMYK Percentages of Color #dca09f

%0
%27
%28
%14

Triadic Colors of #dca09f

#dca09f #9fdca0 #a09fdc

Analogous Colors of #dca09f

#dca09f #dcbf9f #dc9fbd

Monochromatic Colors of #dca09f

#dca09f

Complementary Color

#dca09f #9fdbdc

#dca09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca09f Color CSS Codes

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

#dca09f Text Font Color

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

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


#dca09f Background Color

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

This div background color is #dca09f


#dca09f Border Color

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

This div border color is #dca09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca09f


Comments

No comments written yet.

Please login to write comment.