Color Hex Logo

#8aa46c Color Hex

#8AA46C
(138,164,108)
0 Favorites   0 Comments

Color spaces of #8aa46c

RGB 138164108
HSL0.240.240.53
HSV88°34°64°
CMYK 0.160.000.34   0.36
XYZ26.463533.036919.1693
Yxy33.03690.33640.4199
Hunter Lab57.4777-18.402320.4607
CIE-Lab64.1908-19.157626.1669

#8aa46c color RGB value is (138,164,108).

#8aa46c hex color red value is 138, green value is 164 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #8aa46c hue: 0.24 , saturation: 0.24 and the lightness value of 8aa46c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100100 01101100
Octal 212 244 154
Decimal 138 164 108
Hex 8A A4 6C

RGB Percentages of Color #8aa46c

%33.66
%40.00
%26.34

CMYK Percentages of Color #8aa46c

%16
%0
%34
%36

Triadic Colors of #8aa46c

#8aa46c #6c8aa4 #a46c8a

Analogous Colors of #8aa46c

#8aa46c #6ea46c #a4a26c

Monochromatic Colors of #8aa46c

#8aa46c

Complementary Color

#8aa46c #866ca4

#8aa46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa46c Color CSS Codes

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

#8aa46c Text Font Color

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

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


#8aa46c Background Color

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

This div background color is #8aa46c


#8aa46c Border Color

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

This div border color is #8aa46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa46c


Comments

No comments written yet.

Please login to write comment.