Color Hex Logo

#8eb24d Color Hex

#8EB24D
(142,178,77)
0 Favorites   0 Comments

Color spaces of #8eb24d

RGB 14217877
HSL0.230.400.50
HSV81°57°70°
CMYK 0.200.000.57   0.30
XYZ28.415338.127412.8829
Yxy38.12740.35780.4800
Hunter Lab61.7474-25.914730.8530
CIE-Lab68.1144-28.232746.8392

#8eb24d color RGB value is (142,178,77).

#8eb24d hex color red value is 142, green value is 178 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #8eb24d hue: 0.23 , saturation: 0.40 and the lightness value of 8eb24d is 0.50.

The process color (four color CMYK) of #8eb24d color hex is 0.20, 0.00, 0.57, 0.30. Web safe color of #8eb24d is #999966. Color #8eb24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110010 01001101
Octal 216 262 115
Decimal 142 178 77
Hex 8E B2 4D

RGB Percentages of Color #8eb24d

%35.77
%44.84
%19.40

CMYK Percentages of Color #8eb24d

%20
%0
%57
%30

Triadic Colors of #8eb24d

#8eb24d #4d8eb2 #b24d8e

Analogous Colors of #8eb24d

#8eb24d #5cb24d #b2a44d

Monochromatic Colors of #8eb24d

#8eb24d

Complementary Color

#8eb24d #714db2

#8eb24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb24d Color CSS Codes

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

#8eb24d Text Font Color

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

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


#8eb24d Background Color

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

This div background color is #8eb24d


#8eb24d Border Color

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

This div border color is #8eb24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb24d


Comments

No comments written yet.

Please login to write comment.