Color Hex Logo

#dad63d Color Hex

#DAD63D
(218,214,61)
0 Favorites   0 Comments

Color spaces of #dad63d

RGB 21821461
HSL0.160.680.55
HSV58°72°85°
CMYK 0.000.020.72   0.15
XYZ53.802363.335513.8042
Yxy63.33550.41090.4837
Hunter Lab79.5836-18.596845.4244
CIE-Lab83.6186-15.780771.2837

#dad63d color RGB value is (218,214,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00111101
Octal 332 326 75
Decimal 218 214 61
Hex DA D6 3D

RGB Percentages of Color #dad63d

%44.22
%43.41
%12.37

CMYK Percentages of Color #dad63d

%0
%2
%72
%15

Triadic Colors of #dad63d

#dad63d #3ddad6 #d63dda

Analogous Colors of #dad63d

#dad63d #90da3d #da883d

Monochromatic Colors of #dad63d

#dad63d

Complementary Color

#dad63d #3d41da

#dad63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad63d Color CSS Codes

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

#dad63d Text Font Color

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

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


#dad63d Background Color

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

This div background color is #dad63d


#dad63d Border Color

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

This div border color is #dad63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad63d


Comments

No comments written yet.

Please login to write comment.