Color Hex Logo

#dad62c Color Hex

#DAD62C
(218,214,44)
0 Favorites   0 Comments

Color spaces of #dad62c

RGB 21821444
HSL0.160.700.51
HSV59°80°85°
CMYK 0.000.020.80   0.15
XYZ53.414663.180411.7627
Yxy63.18040.41610.4922
Hunter Lab79.4861-19.148846.8663
CIE-Lab83.5372-16.425876.3628

#dad62c color RGB value is (218,214,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00101100
Octal 332 326 54
Decimal 218 214 44
Hex DA D6 2C

RGB Percentages of Color #dad62c

%45.80
%44.96
%9.24

CMYK Percentages of Color #dad62c

%0
%2
%80
%15

Triadic Colors of #dad62c

#dad62c #2cdad6 #d62cda

Analogous Colors of #dad62c

#dad62c #87da2c #da7f2c

Monochromatic Colors of #dad62c

#dad62c

Complementary Color

#dad62c #2c30da

#dad62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad62c Color CSS Codes

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

#dad62c Text Font Color

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

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


#dad62c Background Color

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

This div background color is #dad62c


#dad62c Border Color

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

This div border color is #dad62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad62c


Comments

No comments written yet.

Please login to write comment.