Color Hex Logo

#8eac68 Color Hex

#8EAC68
(142,172,104)
0 Favorites   0 Comments

Color spaces of #8eac68

RGB 142172104
HSL0.240.290.54
HSV86°40°67°
CMYK 0.170.000.40   0.33
XYZ28.406536.255318.5975
Yxy36.25530.34120.4355
Hunter Lab60.2124-21.160423.8361
CIE-Lab66.7145-22.233231.6440

#8eac68 color RGB value is (142,172,104).

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

The process color (four color CMYK) of #8eac68 color hex is 0.17, 0.00, 0.40, 0.33. Web safe color of #8eac68 is #999966. Color #8eac68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 01101000
Octal 216 254 150
Decimal 142 172 104
Hex 8E AC 68

RGB Percentages of Color #8eac68

%33.97
%41.15
%24.88

CMYK Percentages of Color #8eac68

%17
%0
%40
%33

Triadic Colors of #8eac68

#8eac68 #688eac #ac688e

Analogous Colors of #8eac68

#8eac68 #6cac68 #aca868

Monochromatic Colors of #8eac68

#8eac68

Complementary Color

#8eac68 #8668ac

#8eac68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eac68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eac68 Color CSS Codes

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

#8eac68 Text Font Color

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

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


#8eac68 Background Color

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

This div background color is #8eac68


#8eac68 Border Color

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

This div border color is #8eac68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eac68


Comments

No comments written yet.

Please login to write comment.