Color Hex Logo

#8bb00e Color Hex

#8BB00E
(139,176,14)
0 Favorites   0 Comments

Color spaces of #8bb00e

RGB 13917614
HSL0.200.850.37
HSV74°92°69°
CMYK 0.210.000.92   0.31
XYZ26.252136.57136.0908
Yxy36.57130.38090.5307
Hunter Lab60.4742-28.342336.3604
CIE-Lab66.9542-31.940466.5350

#8bb00e color RGB value is (139,176,14).

#8bb00e hex color red value is 139, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8bb00e hue: 0.20 , saturation: 0.85 and the lightness value of 8bb00e is 0.37.

The process color (four color CMYK) of #8bb00e color hex is 0.21, 0.00, 0.92, 0.31. Web safe color of #8bb00e is #999900. Color #8bb00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110000 00001110
Octal 213 260 16
Decimal 139 176 14
Hex 8B B0 E

RGB Percentages of Color #8bb00e

%42.25
%53.50
%4.26

CMYK Percentages of Color #8bb00e

%21
%0
%92
%31

Triadic Colors of #8bb00e

#8bb00e #0e8bb0 #b00e8b

Analogous Colors of #8bb00e

#8bb00e #3ab00e #b0840e

Monochromatic Colors of #8bb00e

#8bb00e

Complementary Color

#8bb00e #330eb0

#8bb00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb00e Color CSS Codes

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

#8bb00e Text Font Color

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

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


#8bb00e Background Color

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

This div background color is #8bb00e


#8bb00e Border Color

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

This div border color is #8bb00e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,176,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bb00e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bb00e;
  -webkit-box-shadow: 1px 1px 3px 2px #8bb00e;
  box-shadow:         1px 1px 3px 2px #8bb00e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,176,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb00e


Comments

No comments written yet.

Please login to write comment.