Color Hex Logo

#dac012 Color Hex

#DAC012
(218,192,18)
0 Favorites   0 Comments

Color spaces of #dac012

RGB 21819218
HSL0.150.850.46
HSV52°92°85°
CMYK 0.000.120.92   0.15
XYZ47.872352.64848.2113
Yxy52.64840.44030.4842
Hunter Lab72.5592-9.209944.0818
CIE-Lab77.6670-5.918176.9966

#dac012 color RGB value is (218,192,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00010010
Octal 332 300 22
Decimal 218 192 18
Hex DA C0 12

RGB Percentages of Color #dac012

%50.93
%44.86
%4.21

CMYK Percentages of Color #dac012

%0
%12
%92
%15

Triadic Colors of #dac012

#dac012 #12dac0 #c012da

Analogous Colors of #dac012

#dac012 #90da12 #da5c12

Monochromatic Colors of #dac012

#dac012

Complementary Color

#dac012 #122cda

#dac012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac012 Color CSS Codes

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

#dac012 Text Font Color

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

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


#dac012 Background Color

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

This div background color is #dac012


#dac012 Border Color

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

This div border color is #dac012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac012


Comments

No comments written yet.

Please login to write comment.