Color Hex Logo

#dca08e Color Hex

#DCA08E
(220,160,142)
0 Favorites   0 Comments

Color spaces of #dca08e

RGB 220160142
HSL0.040.530.71
HSV14°35°86°
CMYK 0.000.270.35   0.14
XYZ46.968542.310231.2824
Yxy42.31020.38960.3509
Hunter Lab65.046315.059917.0183
CIE-Lab71.084319.936118.1748

#dca08e color RGB value is (220,160,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10001110
Octal 334 240 216
Decimal 220 160 142
Hex DC A0 8E

RGB Percentages of Color #dca08e

%42.15
%30.65
%27.20

CMYK Percentages of Color #dca08e

%0
%27
%35
%14

Triadic Colors of #dca08e

#dca08e #8edca0 #a08edc

Analogous Colors of #dca08e

#dca08e #dcc78e #dc8ea3

Monochromatic Colors of #dca08e

#dca08e

Complementary Color

#dca08e #8ecadc

#dca08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca08e Color CSS Codes

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

#dca08e Text Font Color

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

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


#dca08e Background Color

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

This div background color is #dca08e


#dca08e Border Color

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

This div border color is #dca08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca08e


Comments

No comments written yet.

Please login to write comment.