Color Hex Logo

#8aa476 Color Hex

#8AA476
(138,164,118)
0 Favorites   0 Comments

Color spaces of #8aa476

RGB 138164118
HSL0.260.200.55
HSV94°28°64°
CMYK 0.160.000.28   0.36
XYZ27.026733.262222.1353
Yxy33.26220.32790.4035
Hunter Lab57.6734-17.280417.6156
CIE-Lab64.3727-17.641620.9741

#8aa476 color RGB value is (138,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100100 01110110
Octal 212 244 166
Decimal 138 164 118
Hex 8A A4 76

RGB Percentages of Color #8aa476

%32.86
%39.05
%28.10

CMYK Percentages of Color #8aa476

%16
%0
%28
%36

Triadic Colors of #8aa476

#8aa476 #768aa4 #a4768a

Analogous Colors of #8aa476

#8aa476 #76a479 #a1a476

Monochromatic Colors of #8aa476

#8aa476

Complementary Color

#8aa476 #9076a4

#8aa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa476 Color CSS Codes

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

#8aa476 Text Font Color

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

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


#8aa476 Background Color

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

This div background color is #8aa476


#8aa476 Border Color

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

This div border color is #8aa476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,164,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 #8aa476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa476


Comments

No comments written yet.

Please login to write comment.