Color Hex Logo

#dad52f Color Hex

#DAD52F
(218,213,47)
0 Favorites   0 Comments

Color spaces of #dad52f

RGB 21821347
HSL0.160.700.52
HSV58°78°85°
CMYK 0.000.020.78   0.15
XYZ53.220862.699211.9864
Yxy62.69920.41610.4902
Hunter Lab79.1828-18.595546.4529
CIE-Lab83.2839-15.833475.3260

#dad52f color RGB value is (218,213,47).

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

The process color (four color CMYK) of #dad52f color hex is 0.00, 0.02, 0.78, 0.15. Web safe color of #dad52f is #cccc33. Color #dad52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00101111
Octal 332 325 57
Decimal 218 213 47
Hex DA D5 2F

RGB Percentages of Color #dad52f

%45.61
%44.56
%9.83

CMYK Percentages of Color #dad52f

%0
%2
%78
%15

Triadic Colors of #dad52f

#dad52f #2fdad5 #d52fda

Analogous Colors of #dad52f

#dad52f #8ada2f #da802f

Monochromatic Colors of #dad52f

#dad52f

Complementary Color

#dad52f #2f34da

#dad52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad52f Color CSS Codes

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

#dad52f Text Font Color

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

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


#dad52f Background Color

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

This div background color is #dad52f


#dad52f Border Color

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

This div border color is #dad52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad52f


Comments

No comments written yet.

Please login to write comment.