Color Hex Logo

#8ea124 Color Hex

#8EA124
(142,161,36)
0 Favorites   0 Comments

Color spaces of #8ea124

RGB 14216136
HSL0.190.630.39
HSV69°78°63°
CMYK 0.120.000.78   0.37
XYZ24.218631.36796.4472
Yxy31.36790.39040.5057
Hunter Lab56.0071-20.825332.3798
CIE-Lab62.8170-22.742357.9382

#8ea124 color RGB value is (142,161,36).

#8ea124 hex color red value is 142, green value is 161 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #8ea124 hue: 0.19 , saturation: 0.63 and the lightness value of 8ea124 is 0.39.

The process color (four color CMYK) of #8ea124 color hex is 0.12, 0.00, 0.78, 0.37. Web safe color of #8ea124 is #999933. Color #8ea124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100001 00100100
Octal 216 241 44
Decimal 142 161 36
Hex 8E A1 24

RGB Percentages of Color #8ea124

%41.89
%47.49
%10.62

CMYK Percentages of Color #8ea124

%12
%0
%78
%37

Triadic Colors of #8ea124

#8ea124 #248ea1 #a1248e

Analogous Colors of #8ea124

#8ea124 #50a124 #a17624

Monochromatic Colors of #8ea124

#8ea124

Complementary Color

#8ea124 #3724a1

#8ea124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea124 Color CSS Codes

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

#8ea124 Text Font Color

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

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


#8ea124 Background Color

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

This div background color is #8ea124


#8ea124 Border Color

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

This div border color is #8ea124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea124


Comments

No comments written yet.

Please login to write comment.