Color Hex Logo

#dac20e Color Hex

#DAC20E
(218,194,14)
0 Favorites   0 Comments

Color spaces of #dac20e

RGB 21819414
HSL0.150.880.45
HSV53°94°85°
CMYK 0.000.110.94   0.15
XYZ48.284553.52078.2011
Yxy53.52070.43890.4865
Hunter Lab73.1578-10.215444.5640
CIE-Lab78.1814-6.997177.9186

#dac20e color RGB value is (218,194,14).

#dac20e hex color red value is 218, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dac20e hue: 0.15 , saturation: 0.88 and the lightness value of dac20e is 0.45.

The process color (four color CMYK) of #dac20e color hex is 0.00, 0.11, 0.94, 0.15. Web safe color of #dac20e is #cccc00. Color #dac20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 00001110
Octal 332 302 16
Decimal 218 194 14
Hex DA C2 E

RGB Percentages of Color #dac20e

%51.17
%45.54
%3.29

CMYK Percentages of Color #dac20e

%0
%11
%94
%15

Triadic Colors of #dac20e

#dac20e #0edac2 #c20eda

Analogous Colors of #dac20e

#dac20e #8cda0e #da5c0e

Monochromatic Colors of #dac20e

#dac20e

Complementary Color

#dac20e #0e26da

#dac20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac20e Color CSS Codes

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

#dac20e Text Font Color

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

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


#dac20e Background Color

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

This div background color is #dac20e


#dac20e Border Color

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

This div border color is #dac20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac20e


Comments

No comments written yet.

Please login to write comment.