Color Hex Logo

#dad64a Color Hex

#DAD64A
(218,214,74)
0 Favorites   0 Comments

Color spaces of #dad64a

RGB 21821474
HSL0.160.660.57
HSV58°66°85°
CMYK 0.000.020.66   0.15
XYZ54.196063.493015.8775
Yxy63.49300.40580.4754
Hunter Lab79.6825-18.037743.9636
CIE-Lab83.7011-15.129966.6286

#dad64a color RGB value is (218,214,74).

#dad64a hex color red value is 218, green value is 214 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dad64a hue: 0.16 , saturation: 0.66 and the lightness value of dad64a is 0.57.

The process color (four color CMYK) of #dad64a color hex is 0.00, 0.02, 0.66, 0.15. Web safe color of #dad64a is #cccc33. Color #dad64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01001010
Octal 332 326 112
Decimal 218 214 74
Hex DA D6 4A

RGB Percentages of Color #dad64a

%43.08
%42.29
%14.62

CMYK Percentages of Color #dad64a

%0
%2
%66
%15

Triadic Colors of #dad64a

#dad64a #4adad6 #d64ada

Analogous Colors of #dad64a

#dad64a #96da4a #da8e4a

Monochromatic Colors of #dad64a

#dad64a

Complementary Color

#dad64a #4a4eda

#dad64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad64a Color CSS Codes

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

#dad64a Text Font Color

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

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


#dad64a Background Color

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

This div background color is #dad64a


#dad64a Border Color

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

This div border color is #dad64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad64a


Comments

No comments written yet.

Please login to write comment.