Color Hex Logo

#8aa550 Color Hex

#8AA550
(138,165,80)
0 Favorites   0 Comments

Color spaces of #8aa550

RGB 13816580
HSL0.220.350.48
HSV79°52°65°
CMYK 0.160.000.52   0.35
XYZ25.384332.892712.6005
Yxy32.89270.35810.4641
Hunter Lab57.3522-21.361427.1203
CIE-Lab64.0739-23.153940.5956

#8aa550 color RGB value is (138,165,80).

#8aa550 hex color red value is 138, green value is 165 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #8aa550 hue: 0.22 , saturation: 0.35 and the lightness value of 8aa550 is 0.48.

The process color (four color CMYK) of #8aa550 color hex is 0.16, 0.00, 0.52, 0.35. Web safe color of #8aa550 is #999966. Color #8aa550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100101 01010000
Octal 212 245 120
Decimal 138 165 80
Hex 8A A5 50

RGB Percentages of Color #8aa550

%36.03
%43.08
%20.89

CMYK Percentages of Color #8aa550

%16
%0
%52
%35

Triadic Colors of #8aa550

#8aa550 #508aa5 #a5508a

Analogous Colors of #8aa550

#8aa550 #60a550 #a59650

Monochromatic Colors of #8aa550

#8aa550

Complementary Color

#8aa550 #6b50a5

#8aa550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa550 Color CSS Codes

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

#8aa550 Text Font Color

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

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


#8aa550 Background Color

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

This div background color is #8aa550


#8aa550 Border Color

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

This div border color is #8aa550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa550


Comments

No comments written yet.

Please login to write comment.