Color Hex Logo

#adad1c Color Hex

#ADAD1C
(173,173,28)
0 Favorites   0 Comments

Color spaces of #adad1c

RGB 17317328
HSL0.170.720.39
HSV60°84°68°
CMYK 0.000.000.84   0.32
XYZ32.386838.85526.8915
Yxy38.85520.41450.4973
Hunter Lab62.3339-16.341337.0788
CIE-Lab68.6462-15.623266.2376

#adad1c color RGB value is (173,173,28).

#adad1c hex color red value is 173, green value is 173 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #adad1c hue: 0.17 , saturation: 0.72 and the lightness value of adad1c is 0.39.

The process color (four color CMYK) of #adad1c color hex is 0.00, 0.00, 0.84, 0.32. Web safe color of #adad1c is #999933. Color #adad1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00011100
Octal 255 255 34
Decimal 173 173 28
Hex AD AD 1C

RGB Percentages of Color #adad1c

%46.26
%46.26
%7.49

CMYK Percentages of Color #adad1c

%0
%0
%84
%32

Triadic Colors of #adad1c

#adad1c #1cadad #ad1cad

Analogous Colors of #adad1c

#adad1c #65ad1c #ad651c

Monochromatic Colors of #adad1c

#adad1c

Complementary Color

#adad1c #1c1cad

#adad1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad1c Color CSS Codes

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

#adad1c Text Font Color

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

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


#adad1c Background Color

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

This div background color is #adad1c


#adad1c Border Color

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

This div border color is #adad1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad1c


Comments

No comments written yet.

Please login to write comment.