Color Hex Logo

#dad35a Color Hex

#DAD35A
(218,211,90)
0 Favorites   0 Comments

Color spaces of #dad35a

RGB 21821190
HSL0.160.630.60
HSV57°59°85°
CMYK 0.000.030.59   0.15
XYZ54.053262.232118.8360
Yxy62.23210.40000.4606
Hunter Lab78.8873-15.745541.0644
CIE-Lab83.0367-12.630659.3133

#dad35a color RGB value is (218,211,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01011010
Octal 332 323 132
Decimal 218 211 90
Hex DA D3 5A

RGB Percentages of Color #dad35a

%42.00
%40.66
%17.34

CMYK Percentages of Color #dad35a

%0
%3
%59
%15

Triadic Colors of #dad35a

#dad35a #5adad3 #d35ada

Analogous Colors of #dad35a

#dad35a #a1da5a #da935a

Monochromatic Colors of #dad35a

#dad35a

Complementary Color

#dad35a #5a61da

#dad35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad35a Color CSS Codes

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

#dad35a Text Font Color

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

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


#dad35a Background Color

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

This div background color is #dad35a


#dad35a Border Color

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

This div border color is #dad35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad35a


Comments

No comments written yet.

Please login to write comment.