Color Hex Logo

#8aba5f Color Hex

#8ABA5F
(138,186,95)
0 Favorites   0 Comments

Color spaces of #8aba5f

RGB 13818695
HSL0.250.400.55
HSV92°49°73°
CMYK 0.260.000.49   0.27
XYZ30.105741.347317.2206
Yxy41.34730.33950.4663
Hunter Lab64.3019-28.955829.1329
CIE-Lab70.4186-31.662040.8393

#8aba5f color RGB value is (138,186,95).

#8aba5f hex color red value is 138, green value is 186 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8aba5f hue: 0.25 , saturation: 0.40 and the lightness value of 8aba5f is 0.55.

The process color (four color CMYK) of #8aba5f color hex is 0.26, 0.00, 0.49, 0.27. Web safe color of #8aba5f is #99cc66. Color #8aba5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 01011111
Octal 212 272 137
Decimal 138 186 95
Hex 8A BA 5F

RGB Percentages of Color #8aba5f

%32.94
%44.39
%22.67

CMYK Percentages of Color #8aba5f

%26
%0
%49
%27

Triadic Colors of #8aba5f

#8aba5f #5f8aba #ba5f8a

Analogous Colors of #8aba5f

#8aba5f #5fba62 #b8ba5f

Monochromatic Colors of #8aba5f

#8aba5f

Complementary Color

#8aba5f #8f5fba

#8aba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aba5f Color CSS Codes

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

#8aba5f Text Font Color

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

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


#8aba5f Background Color

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

This div background color is #8aba5f


#8aba5f Border Color

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

This div border color is #8aba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aba5f


Comments

No comments written yet.

Please login to write comment.