Color Hex Logo

#8ef251 Color Hex

#8EF251
(142,242,81)
0 Favorites   0 Comments

Color spaces of #8ef251

RGB 14224281
HSL0.270.860.63
HSV97°67°95°
CMYK 0.410.000.67   0.05
XYZ44.392769.849118.9271
Yxy69.84910.33340.5245
Hunter Lab83.5758-51.444345.0759
CIE-Lab86.9228-55.695965.8341

#8ef251 color RGB value is (142,242,81).

#8ef251 hex color red value is 142, green value is 242 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #8ef251 hue: 0.27 , saturation: 0.86 and the lightness value of 8ef251 is 0.63.

The process color (four color CMYK) of #8ef251 color hex is 0.41, 0.00, 0.67, 0.05. Web safe color of #8ef251 is #99ff66. Color #8ef251 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11110010 01010001
Octal 216 362 121
Decimal 142 242 81
Hex 8E F2 51

RGB Percentages of Color #8ef251

%30.54
%52.04
%17.42

CMYK Percentages of Color #8ef251

%41
%0
%67
%5

Triadic Colors of #8ef251

#8ef251 #518ef2 #f2518e

Analogous Colors of #8ef251

#8ef251 #51f265 #dff251

Monochromatic Colors of #8ef251

#8ef251

Complementary Color

#8ef251 #b551f2

#8ef251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ef251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ef251 Color CSS Codes

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

#8ef251 Text Font Color

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

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


#8ef251 Background Color

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

This div background color is #8ef251


#8ef251 Border Color

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

This div border color is #8ef251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ef251


Comments

No comments written yet.

Please login to write comment.