Color Hex Logo

#adad2c Color Hex

#ADAD2C
(173,173,44)
0 Favorites   0 Comments

Color spaces of #adad2c

RGB 17317344
HSL0.170.590.43
HSV60°75°68°
CMYK 0.000.000.75   0.32
XYZ32.631838.95328.1817
Yxy38.95320.40910.4883
Hunter Lab62.4125-15.894835.9164
CIE-Lab68.7174-15.051261.6679

#adad2c color RGB value is (173,173,44).

#adad2c hex color red value is 173, green value is 173 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #adad2c hue: 0.17 , saturation: 0.59 and the lightness value of adad2c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00101100
Octal 255 255 54
Decimal 173 173 44
Hex AD AD 2C

RGB Percentages of Color #adad2c

%44.36
%44.36
%11.28

CMYK Percentages of Color #adad2c

%0
%0
%75
%32

Triadic Colors of #adad2c

#adad2c #2cadad #ad2cad

Analogous Colors of #adad2c

#adad2c #6dad2c #ad6d2c

Monochromatic Colors of #adad2c

#adad2c

Complementary Color

#adad2c #2c2cad

#adad2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad2c Color CSS Codes

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

#adad2c Text Font Color

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

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


#adad2c Background Color

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

This div background color is #adad2c


#adad2c Border Color

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

This div border color is #adad2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad2c


Comments

No comments written yet.

Please login to write comment.