Color Hex Logo

#dad46a Color Hex

#DAD46A
(218,212,106)
0 Favorites   0 Comments

Color spaces of #dad46a

RGB 218212106
HSL0.160.600.64
HSV57°51°85°
CMYK 0.000.030.51   0.15
XYZ55.058463.033022.9004
Yxy63.03300.39050.4471
Hunter Lab79.3933-15.150538.4736
CIE-Lab83.4597-11.901952.5433

#dad46a color RGB value is (218,212,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 01101010
Octal 332 324 152
Decimal 218 212 106
Hex DA D4 6A

RGB Percentages of Color #dad46a

%40.67
%39.55
%19.78

CMYK Percentages of Color #dad46a

%0
%3
%51
%15

Triadic Colors of #dad46a

#dad46a #6adad4 #d46ada

Analogous Colors of #dad46a

#dad46a #a8da6a #da9c6a

Monochromatic Colors of #dad46a

#dad46a

Complementary Color

#dad46a #6a70da

#dad46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad46a Color CSS Codes

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

#dad46a Text Font Color

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

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


#dad46a Background Color

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

This div background color is #dad46a


#dad46a Border Color

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

This div border color is #dad46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad46a


Comments

No comments written yet.

Please login to write comment.