Color Hex Logo

#8eb246 Color Hex

#8EB246
(142,178,70)
0 Favorites   0 Comments

Color spaces of #8eb246

RGB 14217870
HSL0.220.440.49
HSV80°61°70°
CMYK 0.200.000.61   0.30
XYZ28.181238.033811.6503
Yxy38.03380.36190.4885
Hunter Lab61.6715-26.358531.9697
CIE-Lab68.0455-28.856449.9574

#8eb246 color RGB value is (142,178,70).

#8eb246 hex color red value is 142, green value is 178 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #8eb246 hue: 0.22 , saturation: 0.44 and the lightness value of 8eb246 is 0.49.

The process color (four color CMYK) of #8eb246 color hex is 0.20, 0.00, 0.61, 0.30. Web safe color of #8eb246 is #999933. Color #8eb246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10110010 01000110
Octal 216 262 106
Decimal 142 178 70
Hex 8E B2 46

RGB Percentages of Color #8eb246

%36.41
%45.64
%17.95

CMYK Percentages of Color #8eb246

%20
%0
%61
%30

Triadic Colors of #8eb246

#8eb246 #468eb2 #b2468e

Analogous Colors of #8eb246

#8eb246 #58b246 #b2a046

Monochromatic Colors of #8eb246

#8eb246

Complementary Color

#8eb246 #6a46b2

#8eb246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb246 Color CSS Codes

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

#8eb246 Text Font Color

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

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


#8eb246 Background Color

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

This div background color is #8eb246


#8eb246 Border Color

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

This div border color is #8eb246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,178,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 #8eb246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb246


Comments

No comments written yet.

Please login to write comment.