Color Hex Logo

#8eab54 Color Hex

#8EAB54
(142,171,84)
0 Favorites   0 Comments

Color spaces of #8eab54

RGB 14217184
HSL0.220.340.50
HSV80°51°67°
CMYK 0.170.000.51   0.33
XYZ27.318535.516713.8031
Yxy35.51670.35650.4634
Hunter Lab59.5959-22.469227.9849
CIE-Lab66.1490-24.119241.1664

#8eab54 color RGB value is (142,171,84).

#8eab54 hex color red value is 142, green value is 171 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #8eab54 hue: 0.22 , saturation: 0.34 and the lightness value of 8eab54 is 0.50.

The process color (four color CMYK) of #8eab54 color hex is 0.17, 0.00, 0.51, 0.33. Web safe color of #8eab54 is #999966. Color #8eab54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 01010100
Octal 216 253 124
Decimal 142 171 84
Hex 8E AB 54

RGB Percentages of Color #8eab54

%35.77
%43.07
%21.16

CMYK Percentages of Color #8eab54

%17
%0
%51
%33

Triadic Colors of #8eab54

#8eab54 #548eab #ab548e

Analogous Colors of #8eab54

#8eab54 #63ab54 #ab9d54

Monochromatic Colors of #8eab54

#8eab54

Complementary Color

#8eab54 #7154ab

#8eab54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eab54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eab54 Color CSS Codes

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

#8eab54 Text Font Color

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

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


#8eab54 Background Color

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

This div background color is #8eab54


#8eab54 Border Color

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

This div border color is #8eab54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eab54


Comments

No comments written yet.

Please login to write comment.