Color Hex Logo

#dac900 Color Hex

#DAC900
(218,201,0)
0 Favorites   0 Comments

Color spaces of #dac900

RGB 2182010
HSL0.151.000.43
HSV55°100°85°
CMYK 0.000.081.00   0.15
XYZ49.800156.67878.3153
Yxy56.67870.43380.4937
Hunter Lab75.2853-13.674146.1511
CIE-Lab79.9985-10.698180.6613

#dac900 color RGB value is (218,201,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 00000000
Octal 332 311 0
Decimal 218 201 0
Hex DA C9 0

RGB Percentages of Color #dac900

%52.03
%47.97
%0.00

CMYK Percentages of Color #dac900

%0
%8
%100
%15

Triadic Colors of #dac900

#dac900 #00dac9 #c900da

Analogous Colors of #dac900

#dac900 #7eda00 #da5c00

Monochromatic Colors of #dac900

#dac900

Complementary Color

#dac900 #0011da

#dac900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac900 Color CSS Codes

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

#dac900 Text Font Color

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

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


#dac900 Background Color

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

This div background color is #dac900


#dac900 Border Color

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

This div border color is #dac900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac900


Comments

No comments written yet.

Please login to write comment.