Color Hex Logo

#adc74a Color Hex

#ADC74A
(173,199,74)
0 Favorites   0 Comments

Color spaces of #adc74a

RGB 17319974
HSL0.200.530.54
HSV72°63°78°
CMYK 0.130.000.63   0.22
XYZ38.893050.225514.1232
Yxy50.22550.37670.4865
Hunter Lab70.8700-26.062737.7935
CIE-Lab76.2075-26.240557.7379

#adc74a color RGB value is (173,199,74).

#adc74a hex color red value is 173, green value is 199 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #adc74a hue: 0.20 , saturation: 0.53 and the lightness value of adc74a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 01001010
Octal 255 307 112
Decimal 173 199 74
Hex AD C7 4A

RGB Percentages of Color #adc74a

%38.79
%44.62
%16.59

CMYK Percentages of Color #adc74a

%13
%0
%63
%22

Triadic Colors of #adc74a

#adc74a #4aadc7 #c74aad

Analogous Colors of #adc74a

#adc74a #6fc74a #c7a34a

Monochromatic Colors of #adc74a

#adc74a

Complementary Color

#adc74a #644ac7

#adc74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc74a Color CSS Codes

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

#adc74a Text Font Color

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

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


#adc74a Background Color

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

This div background color is #adc74a


#adc74a Border Color

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

This div border color is #adc74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc74a


Comments

No comments written yet.

Please login to write comment.