Color Hex Logo

#8bbaaa Color Hex

#8BBAAA
(139,186,170)
0 Favorites   0 Comments

Color spaces of #8bbaaa

RGB 139186170
HSL0.440.250.64
HSV160°25°73°
CMYK 0.250.000.09   0.27
XYZ35.462143.509144.5592
Yxy43.50910.28710.3522
Hunter Lab65.9614-19.46766.1206
CIE-Lab71.8992-18.92303.0630

#8bbaaa color RGB value is (139,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111010 10101010
Octal 213 272 252
Decimal 139 186 170
Hex 8B BA AA

RGB Percentages of Color #8bbaaa

%28.08
%37.58
%34.34

CMYK Percentages of Color #8bbaaa

%25
%0
%9
%27

Triadic Colors of #8bbaaa

#8bbaaa #aa8bba #baaa8b

Analogous Colors of #8bbaaa

#8bbaaa #8bb3ba #8bba93

Monochromatic Colors of #8bbaaa

#8bbaaa

Complementary Color

#8bbaaa #ba8b9b

#8bbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbaaa Color CSS Codes

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

#8bbaaa Text Font Color

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

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


#8bbaaa Background Color

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

This div background color is #8bbaaa


#8bbaaa Border Color

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

This div border color is #8bbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbaaa


Comments

No comments written yet.

Please login to write comment.