Color Hex Logo

#dac85e Color Hex

#DAC85E
(218,200,94)
0 Favorites   0 Comments

Color spaces of #dac85e

RGB 21820094
HSL0.140.630.61
HSV51°57°85°
CMYK 0.000.080.57   0.15
XYZ51.588157.022118.8771
Yxy57.02210.40470.4473
Hunter Lab75.5130-10.202138.0375
CIE-Lab80.1920-6.764654.3277

#dac85e color RGB value is (218,200,94).

#dac85e hex color red value is 218, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dac85e hue: 0.14 , saturation: 0.63 and the lightness value of dac85e is 0.61.

The process color (four color CMYK) of #dac85e color hex is 0.00, 0.08, 0.57, 0.15. Web safe color of #dac85e is #cccc66. Color #dac85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 01011110
Octal 332 310 136
Decimal 218 200 94
Hex DA C8 5E

RGB Percentages of Color #dac85e

%42.58
%39.06
%18.36

CMYK Percentages of Color #dac85e

%0
%8
%57
%15

Triadic Colors of #dac85e

#dac85e #5edac8 #c85eda

Analogous Colors of #dac85e

#dac85e #aeda5e #da8a5e

Monochromatic Colors of #dac85e

#dac85e

Complementary Color

#dac85e #5e70da

#dac85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac85e Color CSS Codes

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

#dac85e Text Font Color

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

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


#dac85e Background Color

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

This div background color is #dac85e


#dac85e Border Color

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

This div border color is #dac85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac85e


Comments

No comments written yet.

Please login to write comment.