Color Hex Logo

#dac02f Color Hex

#DAC02F
(218,192,47)
0 Favorites   0 Comments

Color spaces of #dac02f

RGB 21819247
HSL0.140.700.52
HSV51°78°85°
CMYK 0.000.120.78   0.15
XYZ48.276252.809910.3382
Yxy52.80990.43330.4740
Hunter Lab72.6704-8.592642.4346
CIE-Lab77.7626-5.214870.4184

#dac02f color RGB value is (218,192,47).

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

The process color (four color CMYK) of #dac02f color hex is 0.00, 0.12, 0.78, 0.15. Web safe color of #dac02f is #cccc33. Color #dac02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 00101111
Octal 332 300 57
Decimal 218 192 47
Hex DA C0 2F

RGB Percentages of Color #dac02f

%47.70
%42.01
%10.28

CMYK Percentages of Color #dac02f

%0
%12
%78
%15

Triadic Colors of #dac02f

#dac02f #2fdac0 #c02fda

Analogous Colors of #dac02f

#dac02f #9fda2f #da6b2f

Monochromatic Colors of #dac02f

#dac02f

Complementary Color

#dac02f #2f49da

#dac02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac02f Color CSS Codes

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

#dac02f Text Font Color

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

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


#dac02f Background Color

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

This div background color is #dac02f


#dac02f Border Color

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

This div border color is #dac02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac02f


Comments

No comments written yet.

Please login to write comment.