Color Hex Logo

#adc20c Color Hex

#ADC20C
(173,194,12)
0 Favorites   0 Comments

Color spaces of #adc20c

RGB 17319412
HSL0.190.880.40
HSV67°94°76°
CMYK 0.110.000.94   0.24
XYZ36.591747.49447.5866
Yxy47.49440.39920.5181
Hunter Lab68.9162-25.827041.7144
CIE-Lab74.5049-26.372773.7444

#adc20c color RGB value is (173,194,12).

#adc20c hex color red value is 173, green value is 194 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #adc20c hue: 0.19 , saturation: 0.88 and the lightness value of adc20c is 0.40.

The process color (four color CMYK) of #adc20c color hex is 0.11, 0.00, 0.94, 0.24. Web safe color of #adc20c is #99cc00. Color #adc20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 00001100
Octal 255 302 14
Decimal 173 194 12
Hex AD C2 C

RGB Percentages of Color #adc20c

%45.65
%51.19
%3.17

CMYK Percentages of Color #adc20c

%11
%0
%94
%24

Triadic Colors of #adc20c

#adc20c #0cadc2 #c20cad

Analogous Colors of #adc20c

#adc20c #52c20c #c27c0c

Monochromatic Colors of #adc20c

#adc20c

Complementary Color

#adc20c #210cc2

#adc20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc20c Color CSS Codes

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

#adc20c Text Font Color

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

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


#adc20c Background Color

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

This div background color is #adc20c


#adc20c Border Color

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

This div border color is #adc20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc20c


Comments

No comments written yet.

Please login to write comment.