Color Hex Logo

#8eee5f Color Hex

#8EEE5F
(142,238,95)
0 Favorites   0 Comments

Color spaces of #8eee5f

RGB 14223895
HSL0.280.810.65
HSV100°60°93°
CMYK 0.400.000.60   0.07
XYZ43.795467.726121.5907
Yxy67.72610.32900.5088
Hunter Lab82.2959-49.025442.0521
CIE-Lab85.8693-52.902759.0098

#8eee5f color RGB value is (142,238,95).

#8eee5f hex color red value is 142, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8eee5f hue: 0.28 , saturation: 0.81 and the lightness value of 8eee5f is 0.65.

The process color (four color CMYK) of #8eee5f color hex is 0.40, 0.00, 0.60, 0.07. Web safe color of #8eee5f is #99ff66. Color #8eee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101110 01011111
Octal 216 356 137
Decimal 142 238 95
Hex 8E EE 5F

RGB Percentages of Color #8eee5f

%29.89
%50.11
%20.00

CMYK Percentages of Color #8eee5f

%40
%0
%60
%7

Triadic Colors of #8eee5f

#8eee5f #5f8eee #ee5f8e

Analogous Colors of #8eee5f

#8eee5f #5fee78 #d6ee5f

Monochromatic Colors of #8eee5f

#8eee5f

Complementary Color

#8eee5f #bf5fee

#8eee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eee5f Color CSS Codes

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

#8eee5f Text Font Color

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

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


#8eee5f Background Color

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

This div background color is #8eee5f


#8eee5f Border Color

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

This div border color is #8eee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eee5f


Comments

No comments written yet.

Please login to write comment.