Color Hex Logo

#dca09e Color Hex

#DCA09E
(220,160,158)
0 Favorites   0 Comments

Color spaces of #dca09e

RGB 220160158
HSL0.010.470.74
HSV28°86°
CMYK 0.000.270.28   0.14
XYZ48.257642.825938.0705
Yxy42.82590.37360.3316
Hunter Lab65.441517.106111.3172
CIE-Lab71.436622.00119.8544

#dca09e color RGB value is (220,160,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10011110
Octal 334 240 236
Decimal 220 160 158
Hex DC A0 9E

RGB Percentages of Color #dca09e

%40.89
%29.74
%29.37

CMYK Percentages of Color #dca09e

%0
%27
%28
%14

Triadic Colors of #dca09e

#dca09e #9edca0 #a09edc

Analogous Colors of #dca09e

#dca09e #dcbf9e #dc9ebb

Monochromatic Colors of #dca09e

#dca09e

Complementary Color

#dca09e #9edadc

#dca09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca09e Color CSS Codes

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

#dca09e Text Font Color

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

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


#dca09e Background Color

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

This div background color is #dca09e


#dca09e Border Color

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

This div border color is #dca09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca09e


Comments

No comments written yet.

Please login to write comment.