Color Hex Logo

#8babbb Color Hex

#8BABBB
(139,171,187)
0 Favorites   0 Comments

Color spaces of #8babbb

RGB 139171187
HSL0.560.260.64
HSV200°26°73°
CMYK 0.260.090.00   0.27
XYZ34.180038.202652.5861
Yxy38.20260.27350.3057
Hunter Lab61.8083-9.4538-7.1778
CIE-Lab68.1697-7.2390-11.7958

#8babbb color RGB value is (139,171,187).

#8babbb hex color red value is 139, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8babbb hue: 0.56 , saturation: 0.26 and the lightness value of 8babbb is 0.64.

The process color (four color CMYK) of #8babbb color hex is 0.26, 0.09, 0.00, 0.27. Web safe color of #8babbb is #9999cc. Color #8babbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 10111011
Octal 213 253 273
Decimal 139 171 187
Hex 8B AB BB

RGB Percentages of Color #8babbb

%27.97
%34.41
%37.63

CMYK Percentages of Color #8babbb

%26
%9
%0
%27

Triadic Colors of #8babbb

#8babbb #bb8bab #abbb8b

Analogous Colors of #8babbb

#8babbb #8b93bb #8bbbb3

Monochromatic Colors of #8babbb

#8babbb

Complementary Color

#8babbb #bb9b8b

#8babbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babbb Color CSS Codes

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

#8babbb Text Font Color

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

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


#8babbb Background Color

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

This div background color is #8babbb


#8babbb Border Color

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

This div border color is #8babbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babbb


Comments

No comments written yet.

Please login to write comment.