Color Hex Logo

#8aec6f Color Hex

#8AEC6F
(138,236,111)
0 Favorites   0 Comments

Color spaces of #8aec6f

RGB 138236111
HSL0.300.770.68
HSV107°53°93°
CMYK 0.420.000.53   0.07
XYZ43.345966.541925.5982
Yxy66.54190.31990.4911
Hunter Lab81.5732-47.902838.4957
CIE-Lab85.2721-51.654251.1697

#8aec6f color RGB value is (138,236,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101100 01101111
Octal 212 354 157
Decimal 138 236 111
Hex 8A EC 6F

RGB Percentages of Color #8aec6f

%28.45
%48.66
%22.89

CMYK Percentages of Color #8aec6f

%42
%0
%53
%7

Triadic Colors of #8aec6f

#8aec6f #6f8aec #ec6f8a

Analogous Colors of #8aec6f

#8aec6f #6fec93 #c9ec6f

Monochromatic Colors of #8aec6f

#8aec6f

Complementary Color

#8aec6f #d16fec

#8aec6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aec6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aec6f Color CSS Codes

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

#8aec6f Text Font Color

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

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


#8aec6f Background Color

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

This div background color is #8aec6f


#8aec6f Border Color

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

This div border color is #8aec6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aec6f


Comments

No comments written yet.

Please login to write comment.