Color Hex Logo

#dad52a Color Hex

#DAD52A
(218,213,42)
0 Favorites   0 Comments

Color spaces of #dad52a

RGB 21821342
HSL0.160.700.51
HSV58°81°85°
CMYK 0.000.020.81   0.15
XYZ53.125662.661111.4853
Yxy62.66110.41740.4923
Hunter Lab79.1588-18.731646.8086
CIE-Lab83.2637-15.992676.6461

#dad52a color RGB value is (218,213,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 00101010
Octal 332 325 52
Decimal 218 213 42
Hex DA D5 2A

RGB Percentages of Color #dad52a

%46.09
%45.03
%8.88

CMYK Percentages of Color #dad52a

%0
%2
%81
%15

Triadic Colors of #dad52a

#dad52a #2adad5 #d52ada

Analogous Colors of #dad52a

#dad52a #87da2a #da7d2a

Monochromatic Colors of #dad52a

#dad52a

Complementary Color

#dad52a #2a2fda

#dad52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad52a Color CSS Codes

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

#dad52a Text Font Color

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

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


#dad52a Background Color

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

This div background color is #dad52a


#dad52a Border Color

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

This div border color is #dad52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad52a


Comments

No comments written yet.

Please login to write comment.