Color Hex Logo

#8aa780 Color Hex

#8AA780
(138,167,128)
1 Favorites   0 Comments

Color spaces of #8aa780

RGB 138167128
HSL0.290.180.58
HSV105°23°65°
CMYK 0.170.000.23   0.35
XYZ28.196234.599225.6143
Yxy34.59920.31890.3914
Hunter Lab58.8211-17.372015.3563
CIE-Lab65.4354-17.546816.9427

#8aa780 color RGB value is (138,167,128).

#8aa780 hex color red value is 138, green value is 167 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8aa780 hue: 0.29 , saturation: 0.18 and the lightness value of 8aa780 is 0.58.

The process color (four color CMYK) of #8aa780 color hex is 0.17, 0.00, 0.23, 0.35. Web safe color of #8aa780 is #999999. Color #8aa780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100111 10000000
Octal 212 247 200
Decimal 138 167 128
Hex 8A A7 80

RGB Percentages of Color #8aa780

%31.87
%38.57
%29.56

CMYK Percentages of Color #8aa780

%17
%0
%23
%35

Triadic Colors of #8aa780

#8aa780 #808aa7 #a7808a

Analogous Colors of #8aa780

#8aa780 #80a78a #9ea780

Monochromatic Colors of #8aa780

#8aa780

Complementary Color

#8aa780 #9d80a7

#8aa780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa780 Color CSS Codes

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

#8aa780 Text Font Color

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

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


#8aa780 Background Color

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

This div background color is #8aa780


#8aa780 Border Color

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

This div border color is #8aa780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa780

#8aa780 Color Palettes


Comments

No comments written yet.

Please login to write comment.