Color Hex Logo

#8aec6e Color Hex

#8AEC6E
(138,236,110)
0 Favorites   0 Comments

Color spaces of #8aec6e

RGB 138236110
HSL0.300.770.68
HSV107°53°93°
CMYK 0.420.000.53   0.07
XYZ43.291266.520025.3098
Yxy66.52000.32040.4923
Hunter Lab81.5598-47.983538.6929
CIE-Lab85.2610-51.768351.6159

#8aec6e color RGB value is (138,236,110).

#8aec6e hex color red value is 138, green value is 236 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8aec6e hue: 0.30 , saturation: 0.77 and the lightness value of 8aec6e is 0.68.

The process color (four color CMYK) of #8aec6e color hex is 0.42, 0.00, 0.53, 0.07. Web safe color of #8aec6e is #99ff66. Color #8aec6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 01101110
Octal 212 354 156
Decimal 138 236 110
Hex 8A EC 6E

RGB Percentages of Color #8aec6e

%28.51
%48.76
%22.73

CMYK Percentages of Color #8aec6e

%42
%0
%53
%7

Triadic Colors of #8aec6e

#8aec6e #6e8aec #ec6e8a

Analogous Colors of #8aec6e

#8aec6e #6eec91 #c9ec6e

Monochromatic Colors of #8aec6e

#8aec6e

Complementary Color

#8aec6e #d06eec

#8aec6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aec6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aec6e Color CSS Codes

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

#8aec6e Text Font Color

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

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


#8aec6e Background Color

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

This div background color is #8aec6e


#8aec6e Border Color

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

This div border color is #8aec6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aec6e


Comments

No comments written yet.

Please login to write comment.