Color Hex Logo

#dad66a Color Hex

#DAD66A
(218,214,106)
0 Favorites   0 Comments

Color spaces of #dad66a

RGB 218214106
HSL0.160.600.64
HSV58°51°85°
CMYK 0.000.020.51   0.15
XYZ55.561564.039223.0681
Yxy64.03920.38940.4489
Hunter Lab80.0245-16.109238.9260
CIE-Lab83.9862-12.905453.1613

#dad66a color RGB value is (218,214,106).

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

The process color (four color CMYK) of #dad66a color hex is 0.00, 0.02, 0.51, 0.15. Web safe color of #dad66a is #cccc66. Color #dad66a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01101010
Octal 332 326 152
Decimal 218 214 106
Hex DA D6 6A

RGB Percentages of Color #dad66a

%40.52
%39.78
%19.70

CMYK Percentages of Color #dad66a

%0
%2
%51
%15

Triadic Colors of #dad66a

#dad66a #6adad6 #d66ada

Analogous Colors of #dad66a

#dad66a #a6da6a #da9e6a

Monochromatic Colors of #dad66a

#dad66a

Complementary Color

#dad66a #6a6eda

#dad66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad66a Color CSS Codes

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

#dad66a Text Font Color

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

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


#dad66a Background Color

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

This div background color is #dad66a


#dad66a Border Color

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

This div border color is #dad66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad66a


Comments

No comments written yet.

Please login to write comment.