Color Hex Logo

#8adc76 Color Hex

#8ADC76
(138,220,118)
0 Favorites   0 Comments

Color spaces of #8adc76

RGB 138220118
HSL0.300.590.66
HSV108°46°86°
CMYK 0.370.000.46   0.14
XYZ39.344457.897726.2412
Yxy57.89770.31860.4689
Hunter Lab76.0905-40.860832.8161
CIE-Lab80.6819-44.096242.2306

#8adc76 color RGB value is (138,220,118).

#8adc76 hex color red value is 138, green value is 220 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #8adc76 hue: 0.30 , saturation: 0.59 and the lightness value of 8adc76 is 0.66.

The process color (four color CMYK) of #8adc76 color hex is 0.37, 0.00, 0.46, 0.14. Web safe color of #8adc76 is #99cc66. Color #8adc76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 01110110
Octal 212 334 166
Decimal 138 220 118
Hex 8A DC 76

RGB Percentages of Color #8adc76

%28.99
%46.22
%24.79

CMYK Percentages of Color #8adc76

%37
%0
%46
%14

Triadic Colors of #8adc76

#8adc76 #768adc #dc768a

Analogous Colors of #8adc76

#8adc76 #76dc95 #bddc76

Monochromatic Colors of #8adc76

#8adc76

Complementary Color

#8adc76 #c876dc

#8adc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adc76 Color CSS Codes

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

#8adc76 Text Font Color

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

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


#8adc76 Background Color

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

This div background color is #8adc76


#8adc76 Border Color

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

This div border color is #8adc76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,220,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8adc76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8adc76;
  -webkit-box-shadow: 1px 1px 3px 2px #8adc76;
  box-shadow:         1px 1px 3px 2px #8adc76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,220,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 #8adc76">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adc76


Comments

No comments written yet.

Please login to write comment.