Color Hex Logo

#8eb90b Color Hex

#8EB90B
(142,185,11)
0 Favorites   0 Comments

Color spaces of #8eb90b

RGB 14218511
HSL0.210.890.38
HSV75°94°73°
CMYK 0.230.000.94   0.27
XYZ28.564740.47296.6231
Yxy40.47290.37750.5349
Hunter Lab63.6183-31.185338.3603
CIE-Lab69.8050-34.934969.2840

#8eb90b color RGB value is (142,185,11).

#8eb90b hex color red value is 142, green value is 185 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #8eb90b hue: 0.21 , saturation: 0.89 and the lightness value of 8eb90b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111001 00001011
Octal 216 271 13
Decimal 142 185 11
Hex 8E B9 B

RGB Percentages of Color #8eb90b

%42.01
%54.73
%3.25

CMYK Percentages of Color #8eb90b

%23
%0
%94
%27

Triadic Colors of #8eb90b

#8eb90b #0b8eb9 #b90b8e

Analogous Colors of #8eb90b

#8eb90b #37b90b #b98d0b

Monochromatic Colors of #8eb90b

#8eb90b

Complementary Color

#8eb90b #360bb9

#8eb90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eb90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eb90b Color CSS Codes

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

#8eb90b Text Font Color

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

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


#8eb90b Background Color

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

This div background color is #8eb90b


#8eb90b Border Color

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

This div border color is #8eb90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eb90b


Comments

No comments written yet.

Please login to write comment.