Color Hex Logo

#8aba8a Color Hex

#8ABA8A
(138,186,138)
0 Favorites   0 Comments

Color spaces of #8aba8a

RGB 138186138
HSL0.330.260.64
HSV120°26°73°
CMYK 0.260.000.26   0.27
XYZ32.627642.356130.5006
Yxy42.35610.30930.4015
Hunter Lab65.0816-24.404617.7707
CIE-Lab71.1157-25.404219.3378

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

#8aba8a hex color red value is 138, green value is 186 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #8aba8a hue: 0.33 , saturation: 0.26 and the lightness value of 8aba8a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 10001010
Octal 212 272 212
Decimal 138 186 138
Hex 8A BA 8A

RGB Percentages of Color #8aba8a

%29.87
%40.26
%29.87

CMYK Percentages of Color #8aba8a

%26
%0
%26
%27

Triadic Colors of #8aba8a

#8aba8a #8a8aba #ba8a8a

Analogous Colors of #8aba8a

#8aba8a #8abaa2 #a2ba8a

Monochromatic Colors of #8aba8a

#8aba8a

Complementary Color

#8aba8a #ba8aba

#8aba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aba8a Color CSS Codes

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

#8aba8a Text Font Color

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

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


#8aba8a Background Color

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

This div background color is #8aba8a


#8aba8a Border Color

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

This div border color is #8aba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aba8a


Comments

No comments written yet.

Please login to write comment.