Color Hex Logo

#8eb46f Color Hex

#8EB46F
(142,180,111)
0 Favorites   0 Comments

Color spaces of #8eb46f

RGB 142180111
HSL0.260.320.57
HSV93°38°71°
CMYK 0.210.000.38   0.29
XYZ30.345839.541021.0717
Yxy39.54100.33360.4347
Hunter Lab62.8816-23.901324.1490
CIE-Lab69.1414-25.253131.1106

#8eb46f color RGB value is (142,180,111).

#8eb46f hex color red value is 142, green value is 180 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8eb46f hue: 0.26 , saturation: 0.32 and the lightness value of 8eb46f is 0.57.

The process color (four color CMYK) of #8eb46f color hex is 0.21, 0.00, 0.38, 0.29. Web safe color of #8eb46f is #99cc66. Color #8eb46f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110100 01101111
Octal 216 264 157
Decimal 142 180 111
Hex 8E B4 6F

RGB Percentages of Color #8eb46f

%32.79
%41.57
%25.64

CMYK Percentages of Color #8eb46f

%21
%0
%38
%29

Triadic Colors of #8eb46f

#8eb46f #6f8eb4 #b46f8e

Analogous Colors of #8eb46f

#8eb46f #6fb473 #b1b46f

Monochromatic Colors of #8eb46f

#8eb46f

Complementary Color

#8eb46f #956fb4

#8eb46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb46f Color CSS Codes

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

#8eb46f Text Font Color

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

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


#8eb46f Background Color

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

This div background color is #8eb46f


#8eb46f Border Color

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

This div border color is #8eb46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb46f


Comments

No comments written yet.

Please login to write comment.