Color Hex Logo

#dac95e Color Hex

#DAC95E
(218,201,94)
0 Favorites   0 Comments

Color spaces of #dac95e

RGB 21820194
HSL0.140.630.61
HSV52°57°85°
CMYK 0.000.080.57   0.15
XYZ51.820557.486918.9545
Yxy57.48690.40400.4482
Hunter Lab75.8201-10.686538.2520
CIE-Lab80.4527-7.276654.6249

#dac95e color RGB value is (218,201,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 01011110
Octal 332 311 136
Decimal 218 201 94
Hex DA C9 5E

RGB Percentages of Color #dac95e

%42.50
%39.18
%18.32

CMYK Percentages of Color #dac95e

%0
%8
%57
%15

Triadic Colors of #dac95e

#dac95e #5edac9 #c95eda

Analogous Colors of #dac95e

#dac95e #adda5e #da8b5e

Monochromatic Colors of #dac95e

#dac95e

Complementary Color

#dac95e #5e6fda

#dac95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac95e Color CSS Codes

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

#dac95e Text Font Color

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

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


#dac95e Background Color

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

This div background color is #dac95e


#dac95e Border Color

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

This div border color is #dac95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac95e


Comments

No comments written yet.

Please login to write comment.