Color Hex Logo

#dad064 Color Hex

#DAD064
(218,208,100)
0 Favorites   0 Comments

Color spaces of #dad064

RGB 218208100
HSL0.150.610.62
HSV55°54°85°
CMYK 0.000.050.54   0.15
XYZ53.769660.937320.9847
Yxy60.93730.39630.4491
Hunter Lab78.0623-13.657738.7053
CIE-Lab82.3450-10.375054.0350

#dad064 color RGB value is (218,208,100).

#dad064 hex color red value is 218, green value is 208 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dad064 hue: 0.15 , saturation: 0.61 and the lightness value of dad064 is 0.62.

The process color (four color CMYK) of #dad064 color hex is 0.00, 0.05, 0.54, 0.15. Web safe color of #dad064 is #cccc66. Color #dad064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01100100
Octal 332 320 144
Decimal 218 208 100
Hex DA D0 64

RGB Percentages of Color #dad064

%41.44
%39.54
%19.01

CMYK Percentages of Color #dad064

%0
%5
%54
%15

Triadic Colors of #dad064

#dad064 #64dad0 #d064da

Analogous Colors of #dad064

#dad064 #a9da64 #da9564

Monochromatic Colors of #dad064

#dad064

Complementary Color

#dad064 #646eda

#dad064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad064 Color CSS Codes

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

#dad064 Text Font Color

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

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


#dad064 Background Color

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

This div background color is #dad064


#dad064 Border Color

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

This div border color is #dad064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad064


Comments

No comments written yet.

Please login to write comment.