Color Hex Logo

#dac904 Color Hex

#DAC904
(218,201,4)
0 Favorites   0 Comments

Color spaces of #dac904

RGB 2182014
HSL0.150.960.44
HSV55°98°85°
CMYK 0.000.080.98   0.15
XYZ49.822056.68758.4307
Yxy56.68750.43350.4932
Hunter Lab75.2911-13.641546.0648
CIE-Lab80.0035-10.660580.2791

#dac904 color RGB value is (218,201,4).

#dac904 hex color red value is 218, green value is 201 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dac904 hue: 0.15 , saturation: 0.96 and the lightness value of dac904 is 0.44.

The process color (four color CMYK) of #dac904 color hex is 0.00, 0.08, 0.98, 0.15. Web safe color of #dac904 is #cccc00. Color #dac904 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00000100
Octal 332 311 4
Decimal 218 201 4
Hex DA C9 4

RGB Percentages of Color #dac904

%51.54
%47.52
%0.95

CMYK Percentages of Color #dac904

%0
%8
%98
%15

Triadic Colors of #dac904

#dac904 #04dac9 #c904da

Analogous Colors of #dac904

#dac904 #80da04 #da5e04

Monochromatic Colors of #dac904

#dac904

Complementary Color

#dac904 #0415da

#dac904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac904 Color CSS Codes

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

#dac904 Text Font Color

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

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


#dac904 Background Color

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

This div background color is #dac904


#dac904 Border Color

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

This div border color is #dac904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac904


Comments

No comments written yet.

Please login to write comment.