Color Hex Logo

#adc976 Color Hex

#ADC976
(173,201,118)
0 Favorites   0 Comments

Color spaces of #adc976

RGB 173201118
HSL0.220.430.63
HSV80°41°79°
CMYK 0.140.000.41   0.21
XYZ41.390251.965524.9884
Yxy51.96550.34970.4391
Hunter Lab72.0871-23.663229.9086
CIE-Lab77.2602-22.997738.3442

#adc976 color RGB value is (173,201,118).

#adc976 hex color red value is 173, green value is 201 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #adc976 hue: 0.22 , saturation: 0.43 and the lightness value of adc976 is 0.63.

The process color (four color CMYK) of #adc976 color hex is 0.14, 0.00, 0.41, 0.21. Web safe color of #adc976 is #99cc66. Color #adc976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01110110
Octal 255 311 166
Decimal 173 201 118
Hex AD C9 76

RGB Percentages of Color #adc976

%35.16
%40.85
%23.98

CMYK Percentages of Color #adc976

%14
%0
%41
%21

Triadic Colors of #adc976

#adc976 #76adc9 #c976ad

Analogous Colors of #adc976

#adc976 #84c976 #c9bc76

Monochromatic Colors of #adc976

#adc976

Complementary Color

#adc976 #9276c9

#adc976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc976 Color CSS Codes

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

#adc976 Text Font Color

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

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


#adc976 Background Color

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

This div background color is #adc976


#adc976 Border Color

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

This div border color is #adc976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc976


Comments

No comments written yet.

Please login to write comment.