Color Hex Logo

#dad62d Color Hex

#DAD62D
(218,214,45)
0 Favorites   0 Comments

Color spaces of #dad62d

RGB 21821445
HSL0.160.700.52
HSV59°79°85°
CMYK 0.000.020.79   0.15
XYZ53.433763.188011.8629
Yxy63.18800.41590.4918
Hunter Lab79.4909-19.121546.7954
CIE-Lab83.5412-16.393876.1000

#dad62d color RGB value is (218,214,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00101101
Octal 332 326 55
Decimal 218 214 45
Hex DA D6 2D

RGB Percentages of Color #dad62d

%45.70
%44.86
%9.43

CMYK Percentages of Color #dad62d

%0
%2
%79
%15

Triadic Colors of #dad62d

#dad62d #2ddad6 #d62dda

Analogous Colors of #dad62d

#dad62d #88da2d #da802d

Monochromatic Colors of #dad62d

#dad62d

Complementary Color

#dad62d #2d31da

#dad62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad62d Color CSS Codes

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

#dad62d Text Font Color

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

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


#dad62d Background Color

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

This div background color is #dad62d


#dad62d Border Color

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

This div border color is #dad62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad62d


Comments

No comments written yet.

Please login to write comment.