Color Hex Logo

#dac10c Color Hex

#DAC10C
(218,193,12)
0 Favorites   0 Comments

Color spaces of #dac10c

RGB 21819312
HSL0.150.900.45
HSV53°94°85°
CMYK 0.000.110.94   0.15
XYZ48.049853.07198.0592
Yxy53.07190.44010.4861
Hunter Lab72.8505-9.755544.4363
CIE-Lab77.9174-6.506677.9534

#dac10c color RGB value is (218,193,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00001100
Octal 332 301 14
Decimal 218 193 12
Hex DA C1 C

RGB Percentages of Color #dac10c

%51.54
%45.63
%2.84

CMYK Percentages of Color #dac10c

%0
%11
%94
%15

Triadic Colors of #dac10c

#dac10c #0cdac1 #c10cda

Analogous Colors of #dac10c

#dac10c #8cda0c #da5a0c

Monochromatic Colors of #dac10c

#dac10c

Complementary Color

#dac10c #0c25da

#dac10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac10c Color CSS Codes

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

#dac10c Text Font Color

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

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


#dac10c Background Color

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

This div background color is #dac10c


#dac10c Border Color

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

This div border color is #dac10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac10c


Comments

No comments written yet.

Please login to write comment.