Color Hex Logo

#adc516 Color Hex

#ADC516
(173,197,22)
0 Favorites   0 Comments

Color spaces of #adc516

RGB 17319722
HSL0.190.800.43
HSV68°89°77°
CMYK 0.120.000.89   0.23
XYZ37.344748.87478.2245
Yxy48.87470.39540.5175
Hunter Lab69.9104-26.992341.9622
CIE-Lab75.3733-27.637772.9968

#adc516 color RGB value is (173,197,22).

#adc516 hex color red value is 173, green value is 197 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #adc516 hue: 0.19 , saturation: 0.80 and the lightness value of adc516 is 0.43.

The process color (four color CMYK) of #adc516 color hex is 0.12, 0.00, 0.89, 0.23. Web safe color of #adc516 is #99cc00. Color #adc516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 00010110
Octal 255 305 26
Decimal 173 197 22
Hex AD C5 16

RGB Percentages of Color #adc516

%44.13
%50.26
%5.61

CMYK Percentages of Color #adc516

%12
%0
%89
%23

Triadic Colors of #adc516

#adc516 #16adc5 #c516ad

Analogous Colors of #adc516

#adc516 #56c516 #c58616

Monochromatic Colors of #adc516

#adc516

Complementary Color

#adc516 #2e16c5

#adc516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc516 Color CSS Codes

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

#adc516 Text Font Color

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

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


#adc516 Background Color

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

This div background color is #adc516


#adc516 Border Color

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

This div border color is #adc516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc516


Comments

No comments written yet.

Please login to write comment.