Color Hex Logo

#8bbabe Color Hex

#8BBABE
(139,186,190)
0 Favorites   0 Comments

Color spaces of #8bbabe

RGB 139186190
HSL0.510.280.65
HSV185°27°75°
CMYK 0.270.020.00   0.25
XYZ37.500644.324555.2942
Yxy44.32450.27350.3233
Hunter Lab66.5766-15.9655-2.6387
CIE-Lab72.4449-14.5062-7.0734

#8bbabe color RGB value is (139,186,190).

#8bbabe hex color red value is 139, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8bbabe hue: 0.51 , saturation: 0.28 and the lightness value of 8bbabe is 0.65.

The process color (four color CMYK) of #8bbabe color hex is 0.27, 0.02, 0.00, 0.25. Web safe color of #8bbabe is #99cccc. Color #8bbabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111010 10111110
Octal 213 272 276
Decimal 139 186 190
Hex 8B BA BE

RGB Percentages of Color #8bbabe

%26.99
%36.12
%36.89

CMYK Percentages of Color #8bbabe

%27
%2
%0
%25

Triadic Colors of #8bbabe

#8bbabe #be8bba #babe8b

Analogous Colors of #8bbabe

#8bbabe #8ba1be #8bbea9

Monochromatic Colors of #8bbabe

#8bbabe

Complementary Color

#8bbabe #be8f8b

#8bbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbabe Color CSS Codes

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

#8bbabe Text Font Color

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

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


#8bbabe Background Color

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

This div background color is #8bbabe


#8bbabe Border Color

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

This div border color is #8bbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbabe


Comments

No comments written yet.

Please login to write comment.