Color Hex Logo

#8eb928 Color Hex

#8EB928
(142,185,40)
0 Favorites   0 Comments

Color spaces of #8eb928

RGB 14218540
HSL0.220.640.44
HSV78°78°73°
CMYK 0.230.000.78   0.27
XYZ28.887340.60198.3219
Yxy40.60190.37120.5218
Hunter Lab63.7196-30.586336.8604
CIE-Lab69.8961-34.071463.2209

#8eb928 color RGB value is (142,185,40).

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

The process color (four color CMYK) of #8eb928 color hex is 0.23, 0.00, 0.78, 0.27. Web safe color of #8eb928 is #99cc33. Color #8eb928 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 00101000
Octal 216 271 50
Decimal 142 185 40
Hex 8E B9 28

RGB Percentages of Color #8eb928

%38.69
%50.41
%10.90

CMYK Percentages of Color #8eb928

%23
%0
%78
%27

Triadic Colors of #8eb928

#8eb928 #288eb9 #b9288e

Analogous Colors of #8eb928

#8eb928 #46b928 #b99c28

Monochromatic Colors of #8eb928

#8eb928

Complementary Color

#8eb928 #5328b9

#8eb928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb928 Color CSS Codes

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

#8eb928 Text Font Color

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

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


#8eb928 Background Color

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

This div background color is #8eb928


#8eb928 Border Color

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

This div border color is #8eb928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb928


Comments

No comments written yet.

Please login to write comment.