Color Hex Logo

#dad63a Color Hex

#DAD63A
(218,214,58)
0 Favorites   0 Comments

Color spaces of #dad63a

RGB 21821458
HSL0.160.680.54
HSV59°73°85°
CMYK 0.000.020.73   0.15
XYZ53.723763.304013.3903
Yxy63.30400.41190.4854
Hunter Lab79.5638-18.708545.7164
CIE-Lab83.6021-15.911072.2696

#dad63a color RGB value is (218,214,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00111010
Octal 332 326 72
Decimal 218 214 58
Hex DA D6 3A

RGB Percentages of Color #dad63a

%44.49
%43.67
%11.84

CMYK Percentages of Color #dad63a

%0
%2
%73
%15

Triadic Colors of #dad63a

#dad63a #3adad6 #d63ada

Analogous Colors of #dad63a

#dad63a #8eda3a #da863a

Monochromatic Colors of #dad63a

#dad63a

Complementary Color

#dad63a #3a3eda

#dad63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad63a Color CSS Codes

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

#dad63a Text Font Color

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

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


#dad63a Background Color

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

This div background color is #dad63a


#dad63a Border Color

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

This div border color is #dad63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad63a


Comments

No comments written yet.

Please login to write comment.