Color Hex Logo

#dac014 Color Hex

#DAC014
(218,192,20)
0 Favorites   0 Comments

Color spaces of #dac014

RGB 21819220
HSL0.140.830.47
HSV52°91°85°
CMYK 0.000.120.91   0.15
XYZ47.889352.65528.3013
Yxy52.65520.44000.4838
Hunter Lab72.5639-9.183944.0120
CIE-Lab77.6710-5.888476.6959

#dac014 color RGB value is (218,192,20).

#dac014 hex color red value is 218, green value is 192 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dac014 hue: 0.14 , saturation: 0.83 and the lightness value of dac014 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00010100
Octal 332 300 24
Decimal 218 192 20
Hex DA C0 14

RGB Percentages of Color #dac014

%50.70
%44.65
%4.65

CMYK Percentages of Color #dac014

%0
%12
%91
%15

Triadic Colors of #dac014

#dac014 #14dac0 #c014da

Analogous Colors of #dac014

#dac014 #91da14 #da5d14

Monochromatic Colors of #dac014

#dac014

Complementary Color

#dac014 #142eda

#dac014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac014 Color CSS Codes

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

#dac014 Text Font Color

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

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


#dac014 Background Color

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

This div background color is #dac014


#dac014 Border Color

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

This div border color is #dac014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac014


Comments

No comments written yet.

Please login to write comment.