Color Hex Logo

#dac010 Color Hex

#DAC010
(218,192,16)
0 Favorites   0 Comments

Color spaces of #dac010

RGB 21819216
HSL0.150.860.46
HSV52°93°85°
CMYK 0.000.120.93   0.15
XYZ47.856652.64218.1288
Yxy52.64210.44060.4846
Hunter Lab72.5549-9.233944.1458
CIE-Lab77.6632-5.945577.2741

#dac010 color RGB value is (218,192,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00010000
Octal 332 300 20
Decimal 218 192 16
Hex DA C0 10

RGB Percentages of Color #dac010

%51.17
%45.07
%3.76

CMYK Percentages of Color #dac010

%0
%12
%93
%15

Triadic Colors of #dac010

#dac010 #10dac0 #c010da

Analogous Colors of #dac010

#dac010 #8fda10 #da5b10

Monochromatic Colors of #dac010

#dac010

Complementary Color

#dac010 #102ada

#dac010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac010 Color CSS Codes

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

#dac010 Text Font Color

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

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


#dac010 Background Color

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

This div background color is #dac010


#dac010 Border Color

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

This div border color is #dac010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac010


Comments

No comments written yet.

Please login to write comment.