Color Hex Logo

#adc72a Color Hex

#ADC72A
(173,199,42)
0 Favorites   0 Comments

Color spaces of #adc72a

RGB 17319942
HSL0.190.650.47
HSV70°79°78°
CMYK 0.130.000.79   0.22
XYZ38.074949.89839.8151
Yxy49.89830.38940.5103
Hunter Lab70.6387-27.404741.2089
CIE-Lab76.0068-27.996868.9567

#adc72a color RGB value is (173,199,42).

#adc72a hex color red value is 173, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #adc72a hue: 0.19 , saturation: 0.65 and the lightness value of adc72a is 0.47.

The process color (four color CMYK) of #adc72a color hex is 0.13, 0.00, 0.79, 0.22. Web safe color of #adc72a is #99cc33. Color #adc72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 00101010
Octal 255 307 52
Decimal 173 199 42
Hex AD C7 2A

RGB Percentages of Color #adc72a

%41.79
%48.07
%10.14

CMYK Percentages of Color #adc72a

%13
%0
%79
%22

Triadic Colors of #adc72a

#adc72a #2aadc7 #c72aad

Analogous Colors of #adc72a

#adc72a #5fc72a #c7932a

Monochromatic Colors of #adc72a

#adc72a

Complementary Color

#adc72a #442ac7

#adc72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc72a Color CSS Codes

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

#adc72a Text Font Color

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

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


#adc72a Background Color

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

This div background color is #adc72a


#adc72a Border Color

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

This div border color is #adc72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc72a


Comments

No comments written yet.

Please login to write comment.