Color Hex Logo

#8aba8f Color Hex

#8ABA8F
(138,186,143)
0 Favorites   0 Comments

Color spaces of #8aba8f

RGB 138186143
HSL0.350.260.64
HSV126°26°73°
CMYK 0.260.000.23   0.27
XYZ32.998142.504332.4516
Yxy42.50430.30570.3937
Hunter Lab65.1953-23.745416.1246
CIE-Lab71.2172-24.521416.7800

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 10001111
Octal 212 272 217
Decimal 138 186 143
Hex 8A BA 8F

RGB Percentages of Color #8aba8f

%29.55
%39.83
%30.62

CMYK Percentages of Color #8aba8f

%26
%0
%23
%27

Triadic Colors of #8aba8f

#8aba8f #8f8aba #ba8f8a

Analogous Colors of #8aba8f

#8aba8f #8abaa7 #9dba8a

Monochromatic Colors of #8aba8f

#8aba8f

Complementary Color

#8aba8f #ba8ab5

#8aba8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aba8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aba8f Color CSS Codes

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

#8aba8f Text Font Color

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

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


#8aba8f Background Color

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

This div background color is #8aba8f


#8aba8f Border Color

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

This div border color is #8aba8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aba8f


Comments

No comments written yet.

Please login to write comment.