Color Hex Logo

#8ae15b Color Hex

#8AE15B
(138,225,91)
0 Favorites   0 Comments

Color spaces of #8ae15b

RGB 13822591
HSL0.270.690.62
HSV99°60°88°
CMYK 0.390.000.60   0.12
XYZ39.294860.009019.4094
Yxy60.00900.33100.5055
Hunter Lab77.4655-45.019539.3704
CIE-Lab81.8431-49.258056.1359

#8ae15b color RGB value is (138,225,91).

#8ae15b hex color red value is 138, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #8ae15b hue: 0.27 , saturation: 0.69 and the lightness value of 8ae15b is 0.62.

The process color (four color CMYK) of #8ae15b color hex is 0.39, 0.00, 0.60, 0.12. Web safe color of #8ae15b is #99cc66. Color #8ae15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100001 01011011
Octal 212 341 133
Decimal 138 225 91
Hex 8A E1 5B

RGB Percentages of Color #8ae15b

%30.40
%49.56
%20.04

CMYK Percentages of Color #8ae15b

%39
%0
%60
%12

Triadic Colors of #8ae15b

#8ae15b #5b8ae1 #e15b8a

Analogous Colors of #8ae15b

#8ae15b #5be16f #cde15b

Monochromatic Colors of #8ae15b

#8ae15b

Complementary Color

#8ae15b #b25be1

#8ae15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae15b Color CSS Codes

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

#8ae15b Text Font Color

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

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


#8ae15b Background Color

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

This div background color is #8ae15b


#8ae15b Border Color

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

This div border color is #8ae15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae15b


Comments

No comments written yet.

Please login to write comment.