Color Hex Logo

#8bba9b Color Hex

#8BBA9B
(139,186,155)
0 Favorites   0 Comments

Color spaces of #8bba9b

RGB 139186155
HSL0.390.250.64
HSV140°25°73°
CMYK 0.250.000.17   0.27
XYZ34.122842.973337.5066
Yxy42.97330.29770.3750
Hunter Lab65.5540-21.805011.9652
CIE-Lab71.5368-21.951110.7263

#8bba9b color RGB value is (139,186,155).

#8bba9b hex color red value is 139, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #8bba9b hue: 0.39 , saturation: 0.25 and the lightness value of 8bba9b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111010 10011011
Octal 213 272 233
Decimal 139 186 155
Hex 8B BA 9B

RGB Percentages of Color #8bba9b

%28.96
%38.75
%32.29

CMYK Percentages of Color #8bba9b

%25
%0
%17
%27

Triadic Colors of #8bba9b

#8bba9b #9b8bba #ba9b8b

Analogous Colors of #8bba9b

#8bba9b #8bbab3 #93ba8b

Monochromatic Colors of #8bba9b

#8bba9b

Complementary Color

#8bba9b #ba8baa

#8bba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bba9b Color CSS Codes

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

#8bba9b Text Font Color

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

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


#8bba9b Background Color

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

This div background color is #8bba9b


#8bba9b Border Color

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

This div border color is #8bba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bba9b


Comments

No comments written yet.

Please login to write comment.