Color Hex Logo

#8ab40e Color Hex

#8AB40E
(138,180,14)
0 Favorites   0 Comments

Color spaces of #8ab40e

RGB 13818014
HSL0.210.860.38
HSV75°92°71°
CMYK 0.230.000.92   0.29
XYZ26.881838.07756.3483
Yxy38.07750.37700.5340
Hunter Lab61.7070-30.226137.0952
CIE-Lab68.0777-34.200367.4090

#8ab40e color RGB value is (138,180,14).

#8ab40e hex color red value is 138, green value is 180 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8ab40e hue: 0.21 , saturation: 0.86 and the lightness value of 8ab40e is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110100 00001110
Octal 212 264 16
Decimal 138 180 14
Hex 8A B4 E

RGB Percentages of Color #8ab40e

%41.57
%54.22
%4.22

CMYK Percentages of Color #8ab40e

%23
%0
%92
%29

Triadic Colors of #8ab40e

#8ab40e #0e8ab4 #b40e8a

Analogous Colors of #8ab40e

#8ab40e #37b40e #b48b0e

Monochromatic Colors of #8ab40e

#8ab40e

Complementary Color

#8ab40e #380eb4

#8ab40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab40e Color CSS Codes

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

#8ab40e Text Font Color

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

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


#8ab40e Background Color

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

This div background color is #8ab40e


#8ab40e Border Color

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

This div border color is #8ab40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab40e


Comments

No comments written yet.

Please login to write comment.