Color Hex Logo

#dac82e Color Hex

#DAC82E
(218,200,46)
0 Favorites   0 Comments

Color spaces of #dac82e

RGB 21820046
HSL0.150.700.52
HSV54°79°85°
CMYK 0.000.080.79   0.15
XYZ50.060956.411210.8347
Yxy56.41120.42680.4809
Hunter Lab75.1074-12.463344.0222
CIE-Lab79.8473-9.343772.5747

#dac82e color RGB value is (218,200,46).

#dac82e hex color red value is 218, green value is 200 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dac82e hue: 0.15 , saturation: 0.70 and the lightness value of dac82e is 0.52.

The process color (four color CMYK) of #dac82e color hex is 0.00, 0.08, 0.79, 0.15. Web safe color of #dac82e is #cccc33. Color #dac82e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 00101110
Octal 332 310 56
Decimal 218 200 46
Hex DA C8 2E

RGB Percentages of Color #dac82e

%46.98
%43.10
%9.91

CMYK Percentages of Color #dac82e

%0
%8
%79
%15

Triadic Colors of #dac82e

#dac82e #2edac8 #c82eda

Analogous Colors of #dac82e

#dac82e #96da2e #da722e

Monochromatic Colors of #dac82e

#dac82e

Complementary Color

#dac82e #2e40da

#dac82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac82e Color CSS Codes

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

#dac82e Text Font Color

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

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


#dac82e Background Color

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

This div background color is #dac82e


#dac82e Border Color

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

This div border color is #dac82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac82e


Comments

No comments written yet.

Please login to write comment.