Color Hex Logo

#8aaa5b Color Hex

#8AAA5B
(138,170,91)
0 Favorites   0 Comments

Color spaces of #8aaa5b

RGB 13817091
HSL0.230.320.51
HSV84°46°67°
CMYK 0.190.000.46   0.33
XYZ26.744334.908115.2259
Yxy34.90810.34790.4541
Hunter Lab59.0831-22.596326.0789
CIE-Lab65.6771-24.413237.0129

#8aaa5b color RGB value is (138,170,91).

#8aaa5b hex color red value is 138, green value is 170 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #8aaa5b hue: 0.23 , saturation: 0.32 and the lightness value of 8aaa5b is 0.51.

The process color (four color CMYK) of #8aaa5b color hex is 0.19, 0.00, 0.46, 0.33. Web safe color of #8aaa5b is #999966. Color #8aaa5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101010 01011011
Octal 212 252 133
Decimal 138 170 91
Hex 8A AA 5B

RGB Percentages of Color #8aaa5b

%34.59
%42.61
%22.81

CMYK Percentages of Color #8aaa5b

%19
%0
%46
%33

Triadic Colors of #8aaa5b

#8aaa5b #5b8aaa #aa5b8a

Analogous Colors of #8aaa5b

#8aaa5b #63aa5b #aaa35b

Monochromatic Colors of #8aaa5b

#8aaa5b

Complementary Color

#8aaa5b #7b5baa

#8aaa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaa5b Color CSS Codes

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

#8aaa5b Text Font Color

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

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


#8aaa5b Background Color

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

This div background color is #8aaa5b


#8aaa5b Border Color

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

This div border color is #8aaa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaa5b


Comments

No comments written yet.

Please login to write comment.