Color Hex Logo

#8ed92a Color Hex

#8ED92A
(142,217,42)
0 Favorites   0 Comments

Color spaces of #8ed92a

RGB 14221742
HSL0.240.700.51
HSV86°81°85°
CMYK 0.350.000.81   0.15
XYZ36.386155.543710.9937
Yxy55.54370.35350.5397
Hunter Lab74.5276-43.275643.4234
CIE-Lab79.3534-47.953971.2721

#8ed92a color RGB value is (142,217,42).

#8ed92a hex color red value is 142, green value is 217 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8ed92a hue: 0.24 , saturation: 0.70 and the lightness value of 8ed92a is 0.51.

The process color (four color CMYK) of #8ed92a color hex is 0.35, 0.00, 0.81, 0.15. Web safe color of #8ed92a is #99cc33. Color #8ed92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011001 00101010
Octal 216 331 52
Decimal 142 217 42
Hex 8E D9 2A

RGB Percentages of Color #8ed92a

%35.41
%54.11
%10.47

CMYK Percentages of Color #8ed92a

%35
%0
%81
%15

Triadic Colors of #8ed92a

#8ed92a #2a8ed9 #d92a8e

Analogous Colors of #8ed92a

#8ed92a #37d92a #d9cd2a

Monochromatic Colors of #8ed92a

#8ed92a

Complementary Color

#8ed92a #752ad9

#8ed92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed92a Color CSS Codes

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

#8ed92a Text Font Color

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

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


#8ed92a Background Color

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

This div background color is #8ed92a


#8ed92a Border Color

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

This div border color is #8ed92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed92a


Comments

No comments written yet.

Please login to write comment.