Color Hex Logo

#dad84f Color Hex

#DAD84F
(218,216,79)
0 Favorites   0 Comments

Color spaces of #dad84f

RGB 21821679
HSL0.160.650.58
HSV59°64°85°
CMYK 0.000.010.64   0.15
XYZ54.880664.581716.9701
Yxy64.58170.40230.4734
Hunter Lab80.3627-18.735243.7337
CIE-Lab84.2677-15.833765.2442

#dad84f color RGB value is (218,216,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 01001111
Octal 332 330 117
Decimal 218 216 79
Hex DA D8 4F

RGB Percentages of Color #dad84f

%42.50
%42.11
%15.40

CMYK Percentages of Color #dad84f

%0
%1
%64
%15

Triadic Colors of #dad84f

#dad84f #4fdad8 #d84fda

Analogous Colors of #dad84f

#dad84f #97da4f #da934f

Monochromatic Colors of #dad84f

#dad84f

Complementary Color

#dad84f #4f51da

#dad84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad84f Color CSS Codes

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

#dad84f Text Font Color

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

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


#dad84f Background Color

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

This div background color is #dad84f


#dad84f Border Color

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

This div border color is #dad84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad84f

#dad84f Color Palettes


Comments

No comments written yet.

Please login to write comment.