Color Hex Logo

#dac58c Color Hex

#DAC58C
(218,197,140)
0 Favorites   0 Comments

Color spaces of #dac58c

RGB 218197140
HSL0.120.510.70
HSV44°36°85°
CMYK 0.000.100.36   0.15
XYZ53.613356.731432.9355
Yxy56.73140.37420.3959
Hunter Lab75.3202-4.753326.7983
CIE-Lab80.0283-0.790131.3107

#dac58c color RGB value is (218,197,140).

#dac58c hex color red value is 218, green value is 197 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dac58c hue: 0.12 , saturation: 0.51 and the lightness value of dac58c is 0.70.

The process color (four color CMYK) of #dac58c color hex is 0.00, 0.10, 0.36, 0.15. Web safe color of #dac58c is #cccc99. Color #dac58c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 10001100
Octal 332 305 214
Decimal 218 197 140
Hex DA C5 8C

RGB Percentages of Color #dac58c

%39.28
%35.50
%25.23

CMYK Percentages of Color #dac58c

%0
%10
%36
%15

Triadic Colors of #dac58c

#dac58c #8cdac5 #c58cda

Analogous Colors of #dac58c

#dac58c #c8da8c #da9e8c

Monochromatic Colors of #dac58c

#dac58c

Complementary Color

#dac58c #8ca1da

#dac58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac58c Color CSS Codes

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

#dac58c Text Font Color

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

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


#dac58c Background Color

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

This div background color is #dac58c


#dac58c Border Color

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

This div border color is #dac58c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,197,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dac58c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dac58c;
  -webkit-box-shadow: 1px 1px 3px 2px #dac58c;
  box-shadow:         1px 1px 3px 2px #dac58c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,197,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac58c


Comments

No comments written yet.

Please login to write comment.