Color Hex Logo

#dad96a Color Hex

#DAD96A
(218,217,106)
0 Favorites   0 Comments

Color spaces of #dad96a

RGB 218217106
HSL0.170.600.64
HSV59°51°85°
CMYK 0.000.000.51   0.15
XYZ56.327865.571723.3235
Yxy65.57170.38790.4515
Hunter Lab80.9764-17.542639.6062
CIE-Lab84.7775-14.402954.0872

#dad96a color RGB value is (218,217,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 01101010
Octal 332 331 152
Decimal 218 217 106
Hex DA D9 6A

RGB Percentages of Color #dad96a

%40.30
%40.11
%19.59

CMYK Percentages of Color #dad96a

%0
%0
%51
%15

Triadic Colors of #dad96a

#dad96a #6adad9 #d96ada

Analogous Colors of #dad96a

#dad96a #a3da6a #daa16a

Monochromatic Colors of #dad96a

#dad96a

Complementary Color

#dad96a #6a6bda

#dad96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad96a Color CSS Codes

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

#dad96a Text Font Color

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

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


#dad96a Background Color

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

This div background color is #dad96a


#dad96a Border Color

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

This div border color is #dad96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad96a


Comments

No comments written yet.

Please login to write comment.