Color Hex Logo

#dad75a Color Hex

#DAD75A
(218,215,90)
0 Favorites   0 Comments

Color spaces of #dad75a

RGB 21821590
HSL0.160.630.60
HSV59°59°85°
CMYK 0.000.010.59   0.15
XYZ55.059364.244519.1713
Yxy64.24450.39760.4639
Hunter Lab80.1527-17.650141.9256
CIE-Lab84.0929-14.628860.4770

#dad75a color RGB value is (218,215,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01011010
Octal 332 327 132
Decimal 218 215 90
Hex DA D7 5A

RGB Percentages of Color #dad75a

%41.68
%41.11
%17.21

CMYK Percentages of Color #dad75a

%0
%1
%59
%15

Triadic Colors of #dad75a

#dad75a #5adad7 #d75ada

Analogous Colors of #dad75a

#dad75a #9dda5a #da975a

Monochromatic Colors of #dad75a

#dad75a

Complementary Color

#dad75a #5a5dda

#dad75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad75a Color CSS Codes

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

#dad75a Text Font Color

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

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


#dad75a Background Color

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

This div background color is #dad75a


#dad75a Border Color

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

This div border color is #dad75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad75a


Comments

No comments written yet.

Please login to write comment.