Color Hex Logo

#8ae070 Color Hex

#8AE070
(138,224,112)
0 Favorites   0 Comments

Color spaces of #8ae070

RGB 138224112
HSL0.290.640.66
HSV106°50°88°
CMYK 0.380.000.50   0.12
XYZ40.061559.884424.7766
Yxy59.88440.32120.4801
Hunter Lab77.3850-43.016035.1864
CIE-Lab81.7753-46.559046.4758

#8ae070 color RGB value is (138,224,112).

#8ae070 hex color red value is 138, green value is 224 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8ae070 hue: 0.29 , saturation: 0.64 and the lightness value of 8ae070 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11100000 01110000
Octal 212 340 160
Decimal 138 224 112
Hex 8A E0 70

RGB Percentages of Color #8ae070

%29.11
%47.26
%23.63

CMYK Percentages of Color #8ae070

%38
%0
%50
%12

Triadic Colors of #8ae070

#8ae070 #708ae0 #e0708a

Analogous Colors of #8ae070

#8ae070 #70e08e #c2e070

Monochromatic Colors of #8ae070

#8ae070

Complementary Color

#8ae070 #c670e0

#8ae070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ae070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ae070 Color CSS Codes

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

#8ae070 Text Font Color

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

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


#8ae070 Background Color

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

This div background color is #8ae070


#8ae070 Border Color

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

This div border color is #8ae070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ae070


Comments

No comments written yet.

Please login to write comment.