Color Hex Logo

#dad80f Color Hex

#DAD80F
(218,216,15)
0 Favorites   0 Comments

Color spaces of #dad80f

RGB 21821615
HSL0.170.870.46
HSV59°93°85°
CMYK 0.000.010.93   0.15
XYZ53.555564.05169.9925
Yxy64.05160.41970.5020
Hunter Lab80.0322-20.608948.6199
CIE-Lab83.9926-18.026382.1883

#dad80f color RGB value is (218,216,15).

#dad80f hex color red value is 218, green value is 216 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dad80f hue: 0.17 , saturation: 0.87 and the lightness value of dad80f is 0.46.

The process color (four color CMYK) of #dad80f color hex is 0.00, 0.01, 0.93, 0.15. Web safe color of #dad80f is #cccc00. Color #dad80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00001111
Octal 332 330 17
Decimal 218 216 15
Hex DA D8 F

RGB Percentages of Color #dad80f

%48.55
%48.11
%3.34

CMYK Percentages of Color #dad80f

%0
%1
%93
%15

Triadic Colors of #dad80f

#dad80f #0fdad8 #d80fda

Analogous Colors of #dad80f

#dad80f #77da0f #da730f

Monochromatic Colors of #dad80f

#dad80f

Complementary Color

#dad80f #0f11da

#dad80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad80f Color CSS Codes

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

#dad80f Text Font Color

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

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


#dad80f Background Color

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

This div background color is #dad80f


#dad80f Border Color

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

This div border color is #dad80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad80f


Comments

No comments written yet.

Please login to write comment.