Color Hex Logo

#adc94c Color Hex

#ADC94C
(173,201,76)
0 Favorites   0 Comments

Color spaces of #adc94c

RGB 17320176
HSL0.200.540.54
HSV73°62°79°
CMYK 0.140.000.62   0.21
XYZ39.424751.179314.6382
Yxy51.17930.37460.4863
Hunter Lab71.5397-26.825237.9461
CIE-Lab76.7875-27.056757.5220

#adc94c color RGB value is (173,201,76).

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

The process color (four color CMYK) of #adc94c color hex is 0.14, 0.00, 0.62, 0.21. Web safe color of #adc94c is #99cc33. Color #adc94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01001100
Octal 255 311 114
Decimal 173 201 76
Hex AD C9 4C

RGB Percentages of Color #adc94c

%38.44
%44.67
%16.89

CMYK Percentages of Color #adc94c

%14
%0
%62
%21

Triadic Colors of #adc94c

#adc94c #4cadc9 #c94cad

Analogous Colors of #adc94c

#adc94c #6fc94c #c9a74c

Monochromatic Colors of #adc94c

#adc94c

Complementary Color

#adc94c #684cc9

#adc94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc94c Color CSS Codes

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

#adc94c Text Font Color

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

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


#adc94c Background Color

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

This div background color is #adc94c


#adc94c Border Color

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

This div border color is #adc94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc94c


Comments

No comments written yet.

Please login to write comment.