Color Hex Logo

#dad64b Color Hex

#DAD64B
(218,214,75)
0 Favorites   0 Comments

Color spaces of #dad64b

RGB 21821475
HSL0.160.660.57
HSV58°66°85°
CMYK 0.000.020.66   0.15
XYZ54.230063.506616.0564
Yxy63.50660.40530.4747
Hunter Lab79.6910-17.989543.8378
CIE-Lab83.7082-15.073966.2470

#dad64b color RGB value is (218,214,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01001011
Octal 332 326 113
Decimal 218 214 75
Hex DA D6 4B

RGB Percentages of Color #dad64b

%43.00
%42.21
%14.79

CMYK Percentages of Color #dad64b

%0
%2
%66
%15

Triadic Colors of #dad64b

#dad64b #4bdad6 #d64bda

Analogous Colors of #dad64b

#dad64b #97da4b #da8f4b

Monochromatic Colors of #dad64b

#dad64b

Complementary Color

#dad64b #4b4fda

#dad64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad64b Color CSS Codes

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

#dad64b Text Font Color

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

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


#dad64b Background Color

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

This div background color is #dad64b


#dad64b Border Color

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

This div border color is #dad64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad64b


Comments

No comments written yet.

Please login to write comment.