Color Hex Logo

#dad219 Color Hex

#DAD219
(218,210,25)
0 Favorites   0 Comments

Color spaces of #dad219

RGB 21821025
HSL0.160.790.48
HSV58°89°85°
CMYK 0.000.040.89   0.15
XYZ52.135561.06889.9593
Yxy61.06880.42330.4958
Hunter Lab78.1465-17.670147.1464
CIE-Lab82.4157-14.912079.5695

#dad219 color RGB value is (218,210,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 00011001
Octal 332 322 31
Decimal 218 210 25
Hex DA D2 19

RGB Percentages of Color #dad219

%48.12
%46.36
%5.52

CMYK Percentages of Color #dad219

%0
%4
%89
%15

Triadic Colors of #dad219

#dad219 #19dad2 #d219da

Analogous Colors of #dad219

#dad219 #82da19 #da7219

Monochromatic Colors of #dad219

#dad219

Complementary Color

#dad219 #1921da

#dad219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad219 Color CSS Codes

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

#dad219 Text Font Color

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

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


#dad219 Background Color

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

This div background color is #dad219


#dad219 Border Color

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

This div border color is #dad219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad219


Comments

No comments written yet.

Please login to write comment.