Color Hex Logo

#8ac56a Color Hex

#8AC56A
(138,197,106)
0 Favorites   0 Comments

Color spaces of #8ac56a

RGB 138197106
HSL0.270.440.59
HSV99°46°77°
CMYK 0.300.000.46   0.23
XYZ33.049046.376420.8453
Yxy46.37640.32960.4625
Hunter Lab68.1002-32.549429.5216
CIE-Lab73.7891-35.426539.5398

#8ac56a color RGB value is (138,197,106).

#8ac56a hex color red value is 138, green value is 197 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #8ac56a hue: 0.27 , saturation: 0.44 and the lightness value of 8ac56a is 0.59.

The process color (four color CMYK) of #8ac56a color hex is 0.30, 0.00, 0.46, 0.23. Web safe color of #8ac56a is #99cc66. Color #8ac56a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11000101 01101010
Octal 212 305 152
Decimal 138 197 106
Hex 8A C5 6A

RGB Percentages of Color #8ac56a

%31.29
%44.67
%24.04

CMYK Percentages of Color #8ac56a

%30
%0
%46
%23

Triadic Colors of #8ac56a

#8ac56a #6a8ac5 #c56a8a

Analogous Colors of #8ac56a

#8ac56a #6ac578 #b8c56a

Monochromatic Colors of #8ac56a

#8ac56a

Complementary Color

#8ac56a #a56ac5

#8ac56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac56a Color CSS Codes

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

#8ac56a Text Font Color

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

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


#8ac56a Background Color

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

This div background color is #8ac56a


#8ac56a Border Color

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

This div border color is #8ac56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac56a


Comments

No comments written yet.

Please login to write comment.