Color Hex Logo

#8aa376 Color Hex

#8AA376
(138,163,118)
0 Favorites   0 Comments

Color spaces of #8aa376

RGB 138163118
HSL0.260.200.55
HSV93°28°64°
CMYK 0.150.000.28   0.36
XYZ26.848432.905722.0759
Yxy32.90570.32810.4021
Hunter Lab57.3635-16.841017.3371
CIE-Lab64.0845-17.124120.5826

#8aa376 color RGB value is (138,163,118).

#8aa376 hex color red value is 138, green value is 163 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #8aa376 hue: 0.26 , saturation: 0.20 and the lightness value of 8aa376 is 0.55.

The process color (four color CMYK) of #8aa376 color hex is 0.15, 0.00, 0.28, 0.36. Web safe color of #8aa376 is #999966. Color #8aa376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100011 01110110
Octal 212 243 166
Decimal 138 163 118
Hex 8A A3 76

RGB Percentages of Color #8aa376

%32.94
%38.90
%28.16

CMYK Percentages of Color #8aa376

%15
%0
%28
%36

Triadic Colors of #8aa376

#8aa376 #768aa3 #a3768a

Analogous Colors of #8aa376

#8aa376 #76a379 #a1a376

Monochromatic Colors of #8aa376

#8aa376

Complementary Color

#8aa376 #8f76a3

#8aa376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa376 Color CSS Codes

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

#8aa376 Text Font Color

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

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


#8aa376 Background Color

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

This div background color is #8aa376


#8aa376 Border Color

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

This div border color is #8aa376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa376


Comments

No comments written yet.

Please login to write comment.