Color Hex Logo

#8ea63e Color Hex

#8EA63E
(142,166,62)
0 Favorites   0 Comments

Color spaces of #8ea63e

RGB 14216662
HSL0.210.460.45
HSV74°63°65°
CMYK 0.140.000.63   0.35
XYZ25.661033.37109.6462
Yxy33.37100.37360.4859
Hunter Lab57.7676-21.801830.5369
CIE-Lab64.4602-23.653149.5661

#8ea63e color RGB value is (142,166,62).

#8ea63e hex color red value is 142, green value is 166 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8ea63e hue: 0.21 , saturation: 0.46 and the lightness value of 8ea63e is 0.45.

The process color (four color CMYK) of #8ea63e color hex is 0.14, 0.00, 0.63, 0.35. Web safe color of #8ea63e is #999933. Color #8ea63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100110 00111110
Octal 216 246 76
Decimal 142 166 62
Hex 8E A6 3E

RGB Percentages of Color #8ea63e

%38.38
%44.86
%16.76

CMYK Percentages of Color #8ea63e

%14
%0
%63
%35

Triadic Colors of #8ea63e

#8ea63e #3e8ea6 #a63e8e

Analogous Colors of #8ea63e

#8ea63e #5aa63e #a68a3e

Monochromatic Colors of #8ea63e

#8ea63e

Complementary Color

#8ea63e #563ea6

#8ea63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea63e Color CSS Codes

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

#8ea63e Text Font Color

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

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


#8ea63e Background Color

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

This div background color is #8ea63e


#8ea63e Border Color

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

This div border color is #8ea63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea63e


Comments

No comments written yet.

Please login to write comment.