Color Hex Logo

#adad64 Color Hex

#ADAD64
(173,173,100)
0 Favorites   0 Comments

Color spaces of #adad64

RGB 173173100
HSL0.170.310.54
HSV60°42°68°
CMYK 0.000.000.42   0.32
XYZ34.477439.691517.9007
Yxy39.69150.37450.4311
Hunter Lab63.0012-12.568027.2546
CIE-Lab69.2492-10.864037.4178

#adad64 color RGB value is (173,173,100).

#adad64 hex color red value is 173, green value is 173 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #adad64 hue: 0.17 , saturation: 0.31 and the lightness value of adad64 is 0.54.

The process color (four color CMYK) of #adad64 color hex is 0.00, 0.00, 0.42, 0.32. Web safe color of #adad64 is #999966. Color #adad64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01100100
Octal 255 255 144
Decimal 173 173 100
Hex AD AD 64

RGB Percentages of Color #adad64

%38.79
%38.79
%22.42

CMYK Percentages of Color #adad64

%0
%0
%42
%32

Triadic Colors of #adad64

#adad64 #64adad #ad64ad

Analogous Colors of #adad64

#adad64 #89ad64 #ad8964

Monochromatic Colors of #adad64

#adad64

Complementary Color

#adad64 #6464ad

#adad64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad64 Color CSS Codes

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

#adad64 Text Font Color

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

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


#adad64 Background Color

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

This div background color is #adad64


#adad64 Border Color

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

This div border color is #adad64


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adad64">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad64


Comments

No comments written yet.

Please login to write comment.