Color Hex Logo

#8ab77a Color Hex

#8AB77A
(138,183,122)
0 Favorites   0 Comments

Color spaces of #8ab77a

RGB 138183122
HSL0.290.300.60
HSV104°33°72°
CMYK 0.250.000.33   0.28
XYZ30.927640.675424.6334
Yxy40.67540.32140.4227
Hunter Lab63.7773-25.050021.7439
CIE-Lab69.9479-26.559526.3194

#8ab77a color RGB value is (138,183,122).

#8ab77a hex color red value is 138, green value is 183 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8ab77a hue: 0.29 , saturation: 0.30 and the lightness value of 8ab77a is 0.60.

The process color (four color CMYK) of #8ab77a color hex is 0.25, 0.00, 0.33, 0.28. Web safe color of #8ab77a is #99cc66. Color #8ab77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110111 01111010
Octal 212 267 172
Decimal 138 183 122
Hex 8A B7 7A

RGB Percentages of Color #8ab77a

%31.15
%41.31
%27.54

CMYK Percentages of Color #8ab77a

%25
%0
%33
%28

Triadic Colors of #8ab77a

#8ab77a #7a8ab7 #b77a8a

Analogous Colors of #8ab77a

#8ab77a #7ab789 #a9b77a

Monochromatic Colors of #8ab77a

#8ab77a

Complementary Color

#8ab77a #a77ab7

#8ab77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab77a Color CSS Codes

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

#8ab77a Text Font Color

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

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


#8ab77a Background Color

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

This div background color is #8ab77a


#8ab77a Border Color

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

This div border color is #8ab77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab77a


Comments

No comments written yet.

Please login to write comment.