Color Hex Logo

#adad0a Color Hex

#ADAD0A
(173,173,10)
0 Favorites   0 Comments

Color spaces of #adad0a

RGB 17317310
HSL0.170.890.36
HSV60°94°68°
CMYK 0.000.000.94   0.32
XYZ32.231938.79336.0762
Yxy38.79330.41800.5031
Hunter Lab62.2843-16.624337.8149
CIE-Lab68.6013-15.987069.4360

#adad0a color RGB value is (173,173,10).

#adad0a hex color red value is 173, green value is 173 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #adad0a hue: 0.17 , saturation: 0.89 and the lightness value of adad0a is 0.36.

The process color (four color CMYK) of #adad0a color hex is 0.00, 0.00, 0.94, 0.32. Web safe color of #adad0a is #999900. Color #adad0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00001010
Octal 255 255 12
Decimal 173 173 10
Hex AD AD A

RGB Percentages of Color #adad0a

%48.60
%48.60
%2.81

CMYK Percentages of Color #adad0a

%0
%0
%94
%32

Triadic Colors of #adad0a

#adad0a #0aadad #ad0aad

Analogous Colors of #adad0a

#adad0a #5cad0a #ad5c0a

Monochromatic Colors of #adad0a

#adad0a

Complementary Color

#adad0a #0a0aad

#adad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad0a Color CSS Codes

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

#adad0a Text Font Color

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

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


#adad0a Background Color

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

This div background color is #adad0a


#adad0a Border Color

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

This div border color is #adad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad0a


Comments

No comments written yet.

Please login to write comment.