Color Hex Logo

#8ae59a Color Hex

#8AE59A
(138,229,154)
0 Favorites   0 Comments

Color spaces of #8ae59a

RGB 138229154
HSL0.360.640.72
HSV131°40°90°
CMYK 0.400.000.33   0.10
XYZ44.333363.775040.5450
Yxy63.77500.29820.4290
Hunter Lab79.8593-40.660725.7996
CIE-Lab83.8485-42.617628.2653

#8ae59a color RGB value is (138,229,154).

#8ae59a hex color red value is 138, green value is 229 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ae59a hue: 0.36 , saturation: 0.64 and the lightness value of 8ae59a is 0.72.

The process color (four color CMYK) of #8ae59a color hex is 0.40, 0.00, 0.33, 0.10. Web safe color of #8ae59a is #99cc99. Color #8ae59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100101 10011010
Octal 212 345 232
Decimal 138 229 154
Hex 8A E5 9A

RGB Percentages of Color #8ae59a

%26.49
%43.95
%29.56

CMYK Percentages of Color #8ae59a

%40
%0
%33
%10

Triadic Colors of #8ae59a

#8ae59a #9a8ae5 #e59a8a

Analogous Colors of #8ae59a

#8ae59a #8ae5c8 #a8e58a

Monochromatic Colors of #8ae59a

#8ae59a

Complementary Color

#8ae59a #e58ad5

#8ae59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae59a Color CSS Codes

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

#8ae59a Text Font Color

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

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


#8ae59a Background Color

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

This div background color is #8ae59a


#8ae59a Border Color

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

This div border color is #8ae59a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,229,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae59a


Comments

No comments written yet.

Please login to write comment.