Color Hex Logo

#dac100 Color Hex

#DAC100
(218,193,0)
0 Favorites   0 Comments

Color spaces of #dac100

RGB 2181930
HSL0.151.000.43
HSV53°100°85°
CMYK 0.000.111.00   0.15
XYZ47.983453.04547.7098
Yxy53.04540.44130.4878
Hunter Lab72.8323-9.857044.7063
CIE-Lab77.9018-6.622879.1580

#dac100 color RGB value is (218,193,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 00000000
Octal 332 301 0
Decimal 218 193 0
Hex DA C1 0

RGB Percentages of Color #dac100

%53.04
%46.96
%0.00

CMYK Percentages of Color #dac100

%0
%11
%100
%15

Triadic Colors of #dac100

#dac100 #00dac1 #c100da

Analogous Colors of #dac100

#dac100 #86da00 #da5400

Monochromatic Colors of #dac100

#dac100

Complementary Color

#dac100 #0019da

#dac100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac100 Color CSS Codes

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

#dac100 Text Font Color

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

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


#dac100 Background Color

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

This div background color is #dac100


#dac100 Border Color

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

This div border color is #dac100


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,193,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 #dac100">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac100


Comments

No comments written yet.

Please login to write comment.