Color Hex Logo

#dad43a Color Hex

#DAD43A
(218,212,58)
0 Favorites   0 Comments

Color spaces of #dad43a

RGB 21821258
HSL0.160.680.54
HSV58°73°85°
CMYK 0.000.030.73   0.15
XYZ53.220662.297913.2227
Yxy62.29790.41340.4839
Hunter Lab78.9290-17.766045.3177
CIE-Lab83.0716-14.918971.7717

#dad43a color RGB value is (218,212,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 00111010
Octal 332 324 72
Decimal 218 212 58
Hex DA D4 3A

RGB Percentages of Color #dad43a

%44.67
%43.44
%11.89

CMYK Percentages of Color #dad43a

%0
%3
%73
%15

Triadic Colors of #dad43a

#dad43a #3adad4 #d43ada

Analogous Colors of #dad43a

#dad43a #90da3a #da843a

Monochromatic Colors of #dad43a

#dad43a

Complementary Color

#dad43a #3a40da

#dad43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad43a Color CSS Codes

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

#dad43a Text Font Color

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

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


#dad43a Background Color

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

This div background color is #dad43a


#dad43a Border Color

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

This div border color is #dad43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad43a


Comments

No comments written yet.

Please login to write comment.