Color Hex Logo

#8eba0a Color Hex

#8EBA0A
(142,186,10)
0 Favorites   0 Comments

Color spaces of #8eba0a

RGB 14218610
HSL0.210.900.38
HSV75°95°73°
CMYK 0.240.000.95   0.27
XYZ28.769040.89056.6635
Yxy40.89050.37690.5358
Hunter Lab63.9457-31.598238.5836
CIE-Lab70.0991-35.406169.6314

#8eba0a color RGB value is (142,186,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 00001010
Octal 216 272 12
Decimal 142 186 10
Hex 8E BA A

RGB Percentages of Color #8eba0a

%42.01
%55.03
%2.96

CMYK Percentages of Color #8eba0a

%24
%0
%95
%27

Triadic Colors of #8eba0a

#8eba0a #0a8eba #ba0a8e

Analogous Colors of #8eba0a

#8eba0a #36ba0a #ba8e0a

Monochromatic Colors of #8eba0a

#8eba0a

Complementary Color

#8eba0a #360aba

#8eba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eba0a Color CSS Codes

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

#8eba0a Text Font Color

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

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


#8eba0a Background Color

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

This div background color is #8eba0a


#8eba0a Border Color

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

This div border color is #8eba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eba0a


Comments

No comments written yet.

Please login to write comment.