Color Hex Logo

#dad42a Color Hex

#DAD42A
(218,212,42)
0 Favorites   0 Comments

Color spaces of #dad42a

RGB 21821242
HSL0.160.700.51
HSV58°81°85°
CMYK 0.000.030.81   0.15
XYZ52.874862.159611.4017
Yxy62.15960.41820.4916
Hunter Lab78.8414-18.261746.6147
CIE-Lab82.9982-15.497276.4181

#dad42a color RGB value is (218,212,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00101010
Octal 332 324 52
Decimal 218 212 42
Hex DA D4 2A

RGB Percentages of Color #dad42a

%46.19
%44.92
%8.90

CMYK Percentages of Color #dad42a

%0
%3
%81
%15

Triadic Colors of #dad42a

#dad42a #2adad4 #d42ada

Analogous Colors of #dad42a

#dad42a #88da2a #da7c2a

Monochromatic Colors of #dad42a

#dad42a

Complementary Color

#dad42a #2a30da

#dad42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad42a Color CSS Codes

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

#dad42a Text Font Color

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

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


#dad42a Background Color

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

This div background color is #dad42a


#dad42a Border Color

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

This div border color is #dad42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad42a


Comments

No comments written yet.

Please login to write comment.