Color Hex Logo

#dac009 Color Hex

#DAC009
(218,192,9)
0 Favorites   0 Comments

Color spaces of #dac009

RGB 2181929
HSL0.150.920.45
HSV53°96°85°
CMYK 0.000.120.96   0.15
XYZ47.812452.62447.8960
Yxy52.62440.44130.4858
Hunter Lab72.5427-9.301544.3264
CIE-Lab77.6527-6.022778.0677

#dac009 color RGB value is (218,192,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00001001
Octal 332 300 11
Decimal 218 192 9
Hex DA C0 9

RGB Percentages of Color #dac009

%52.03
%45.82
%2.15

CMYK Percentages of Color #dac009

%0
%12
%96
%15

Triadic Colors of #dac009

#dac009 #09dac0 #c009da

Analogous Colors of #dac009

#dac009 #8cda09 #da5709

Monochromatic Colors of #dac009

#dac009

Complementary Color

#dac009 #0923da

#dac009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac009 Color CSS Codes

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

#dac009 Text Font Color

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

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


#dac009 Background Color

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

This div background color is #dac009


#dac009 Border Color

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

This div border color is #dac009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac009


Comments

No comments written yet.

Please login to write comment.