Color Hex Logo

#dac00e Color Hex

#DAC00E
(218,192,14)
0 Favorites   0 Comments

Color spaces of #dac00e

RGB 21819214
HSL0.150.880.45
HSV52°94°85°
CMYK 0.000.120.94   0.15
XYZ47.842352.63648.0537
Yxy52.63640.44080.4850
Hunter Lab72.5509-9.255844.2040
CIE-Lab77.6598-5.970577.5284

#dac00e color RGB value is (218,192,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00001110
Octal 332 300 16
Decimal 218 192 14
Hex DA C0 E

RGB Percentages of Color #dac00e

%51.42
%45.28
%3.30

CMYK Percentages of Color #dac00e

%0
%12
%94
%15

Triadic Colors of #dac00e

#dac00e #0edac0 #c00eda

Analogous Colors of #dac00e

#dac00e #8eda0e #da5a0e

Monochromatic Colors of #dac00e

#dac00e

Complementary Color

#dac00e #0e28da

#dac00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac00e Color CSS Codes

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

#dac00e Text Font Color

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

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


#dac00e Background Color

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

This div background color is #dac00e


#dac00e Border Color

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

This div border color is #dac00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac00e


Comments

No comments written yet.

Please login to write comment.