Color Hex Logo

#dad519 Color Hex

#DAD519
(218,213,25)
0 Favorites   0 Comments

Color spaces of #dad519

RGB 21821325
HSL0.160.790.48
HSV58°89°85°
CMYK 0.000.020.89   0.15
XYZ52.883262.564110.2085
Yxy62.56410.42090.4979
Hunter Lab79.0975-19.078647.7161
CIE-Lab83.2125-16.399080.1979

#dad519 color RGB value is (218,213,25).

#dad519 hex color red value is 218, green value is 213 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dad519 hue: 0.16 , saturation: 0.79 and the lightness value of dad519 is 0.48.

The process color (four color CMYK) of #dad519 color hex is 0.00, 0.02, 0.89, 0.15. Web safe color of #dad519 is #cccc00. Color #dad519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00011001
Octal 332 325 31
Decimal 218 213 25
Hex DA D5 19

RGB Percentages of Color #dad519

%47.81
%46.71
%5.48

CMYK Percentages of Color #dad519

%0
%2
%89
%15

Triadic Colors of #dad519

#dad519 #19dad5 #d519da

Analogous Colors of #dad519

#dad519 #7fda19 #da7519

Monochromatic Colors of #dad519

#dad519

Complementary Color

#dad519 #191eda

#dad519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad519 Color CSS Codes

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

#dad519 Text Font Color

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

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


#dad519 Background Color

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

This div background color is #dad519


#dad519 Border Color

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

This div border color is #dad519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad519


Comments

No comments written yet.

Please login to write comment.