Color Hex Logo

#8ead68 Color Hex

#8EAD68
(142,173,104)
0 Favorites   0 Comments

Color spaces of #8ead68

RGB 142173104
HSL0.240.300.54
HSV87°40°68°
CMYK 0.180.000.40   0.32
XYZ28.597636.637418.6612
Yxy36.63740.34090.4367
Hunter Lab60.5288-21.590924.0909
CIE-Lab67.0041-22.733432.0167

#8ead68 color RGB value is (142,173,104).

#8ead68 hex color red value is 142, green value is 173 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #8ead68 hue: 0.24 , saturation: 0.30 and the lightness value of 8ead68 is 0.54.

The process color (four color CMYK) of #8ead68 color hex is 0.18, 0.00, 0.40, 0.32. Web safe color of #8ead68 is #999966. Color #8ead68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 01101000
Octal 216 255 150
Decimal 142 173 104
Hex 8E AD 68

RGB Percentages of Color #8ead68

%33.89
%41.29
%24.82

CMYK Percentages of Color #8ead68

%18
%0
%40
%32

Triadic Colors of #8ead68

#8ead68 #688ead #ad688e

Analogous Colors of #8ead68

#8ead68 #6cad68 #adaa68

Monochromatic Colors of #8ead68

#8ead68

Complementary Color

#8ead68 #8768ad

#8ead68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ead68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ead68 Color CSS Codes

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

#8ead68 Text Font Color

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

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


#8ead68 Background Color

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

This div background color is #8ead68


#8ead68 Border Color

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

This div border color is #8ead68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,173,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ead68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ead68;
  -webkit-box-shadow: 1px 1px 3px 2px #8ead68;
  box-shadow:         1px 1px 3px 2px #8ead68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ead68


Comments

No comments written yet.

Please login to write comment.