Color Hex Logo

#dad54f Color Hex

#DAD54F
(218,213,79)
0 Favorites   0 Comments

Color spaces of #dad54f

RGB 21821379
HSL0.160.650.58
HSV58°64°85°
CMYK 0.000.020.64   0.15
XYZ54.119063.058416.7163
Yxy63.05840.40420.4710
Hunter Lab79.4093-17.315143.1055
CIE-Lab83.4731-14.343664.4134

#dad54f color RGB value is (218,213,79).

#dad54f hex color red value is 218, green value is 213 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dad54f hue: 0.16 , saturation: 0.65 and the lightness value of dad54f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01001111
Octal 332 325 117
Decimal 218 213 79
Hex DA D5 4F

RGB Percentages of Color #dad54f

%42.75
%41.76
%15.49

CMYK Percentages of Color #dad54f

%0
%2
%64
%15

Triadic Colors of #dad54f

#dad54f #4fdad5 #d54fda

Analogous Colors of #dad54f

#dad54f #9ada4f #da904f

Monochromatic Colors of #dad54f

#dad54f

Complementary Color

#dad54f #4f54da

#dad54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad54f Color CSS Codes

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

#dad54f Text Font Color

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

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


#dad54f Background Color

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

This div background color is #dad54f


#dad54f Border Color

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

This div border color is #dad54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad54f


Comments

No comments written yet.

Please login to write comment.