Color Hex Logo

#8ad576 Color Hex

#8AD576
(138,213,118)
0 Favorites   0 Comments

Color spaces of #8ad576

RGB 138213118
HSL0.300.530.65
HSV107°45°84°
CMYK 0.350.000.45   0.16
XYZ37.545554.299825.6416
Yxy54.29980.31960.4622
Hunter Lab73.6884-38.005930.9505
CIE-Lab78.6362-41.046839.6589

#8ad576 color RGB value is (138,213,118).

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

The process color (four color CMYK) of #8ad576 color hex is 0.35, 0.00, 0.45, 0.16. Web safe color of #8ad576 is #99cc66. Color #8ad576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010101 01110110
Octal 212 325 166
Decimal 138 213 118
Hex 8A D5 76

RGB Percentages of Color #8ad576

%29.42
%45.42
%25.16

CMYK Percentages of Color #8ad576

%35
%0
%45
%16

Triadic Colors of #8ad576

#8ad576 #768ad5 #d5768a

Analogous Colors of #8ad576

#8ad576 #76d592 #bad576

Monochromatic Colors of #8ad576

#8ad576

Complementary Color

#8ad576 #c176d5

#8ad576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad576 Color CSS Codes

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

#8ad576 Text Font Color

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

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


#8ad576 Background Color

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

This div background color is #8ad576


#8ad576 Border Color

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

This div border color is #8ad576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad576


Comments

No comments written yet.

Please login to write comment.