Color Hex Logo

#8ee349 Color Hex

#8EE349
(142,227,73)
0 Favorites   0 Comments

Color spaces of #8ee349

RGB 14222773
HSL0.260.730.59
HSV93°68°89°
CMYK 0.370.000.68   0.11
XYZ39.827061.170016.0112
Yxy61.17000.34040.5228
Hunter Lab78.2113-45.973342.6102
CIE-Lab82.4700-50.286464.2114

#8ee349 color RGB value is (142,227,73).

#8ee349 hex color red value is 142, green value is 227 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #8ee349 hue: 0.26 , saturation: 0.73 and the lightness value of 8ee349 is 0.59.

The process color (four color CMYK) of #8ee349 color hex is 0.37, 0.00, 0.68, 0.11. Web safe color of #8ee349 is #99cc33. Color #8ee349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100011 01001001
Octal 216 343 111
Decimal 142 227 73
Hex 8E E3 49

RGB Percentages of Color #8ee349

%32.13
%51.36
%16.52

CMYK Percentages of Color #8ee349

%37
%0
%68
%11

Triadic Colors of #8ee349

#8ee349 #498ee3 #e3498e

Analogous Colors of #8ee349

#8ee349 #49e351 #dbe349

Monochromatic Colors of #8ee349

#8ee349

Complementary Color

#8ee349 #9e49e3

#8ee349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee349 Color CSS Codes

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

#8ee349 Text Font Color

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

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


#8ee349 Background Color

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

This div background color is #8ee349


#8ee349 Border Color

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

This div border color is #8ee349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee349


Comments

No comments written yet.

Please login to write comment.