Color Hex Logo

#8ed146 Color Hex

#8ED146
(142,209,70)
0 Favorites   0 Comments

Color spaces of #8ed146

RGB 14220970
HSL0.250.600.55
HSV89°67°82°
CMYK 0.320.000.67   0.18
XYZ35.061351.793913.9437
Yxy51.79390.34780.5138
Hunter Lab71.9680-38.982538.8902
CIE-Lab77.1574-42.949359.8065

#8ed146 color RGB value is (142,209,70).

#8ed146 hex color red value is 142, green value is 209 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #8ed146 hue: 0.25 , saturation: 0.60 and the lightness value of 8ed146 is 0.55.

The process color (four color CMYK) of #8ed146 color hex is 0.32, 0.00, 0.67, 0.18. Web safe color of #8ed146 is #99cc33. Color #8ed146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11010001 01000110
Octal 216 321 106
Decimal 142 209 70
Hex 8E D1 46

RGB Percentages of Color #8ed146

%33.73
%49.64
%16.63

CMYK Percentages of Color #8ed146

%32
%0
%67
%18

Triadic Colors of #8ed146

#8ed146 #468ed1 #d1468e

Analogous Colors of #8ed146

#8ed146 #49d146 #d1cf46

Monochromatic Colors of #8ed146

#8ed146

Complementary Color

#8ed146 #8946d1

#8ed146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed146 Color CSS Codes

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

#8ed146 Text Font Color

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

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


#8ed146 Background Color

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

This div background color is #8ed146


#8ed146 Border Color

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

This div border color is #8ed146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed146

#8ed146 Color Palettes


Comments

No comments written yet.

Please login to write comment.