Color Hex Logo

#8babbc Color Hex

#8BABBC
(139,171,188)
0 Favorites   0 Comments

Color spaces of #8babbc

RGB 139171188
HSL0.560.270.64
HSV201°26°74°
CMYK 0.260.090.00   0.26
XYZ34.287538.245653.1520
Yxy38.24560.27280.3043
Hunter Lab61.8430-9.2599-7.6676
CIE-Lab68.2012-7.0026-12.3022

#8babbc color RGB value is (139,171,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 10111100
Octal 213 253 274
Decimal 139 171 188
Hex 8B AB BC

RGB Percentages of Color #8babbc

%27.91
%34.34
%37.75

CMYK Percentages of Color #8babbc

%26
%9
%0
%26

Triadic Colors of #8babbc

#8babbc #bc8bab #abbc8b

Analogous Colors of #8babbc

#8babbc #8b93bc #8bbcb5

Monochromatic Colors of #8babbc

#8babbc

Complementary Color

#8babbc #bc9c8b

#8babbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babbc Color CSS Codes

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

#8babbc Text Font Color

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

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


#8babbc Background Color

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

This div background color is #8babbc


#8babbc Border Color

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

This div border color is #8babbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babbc


Comments

No comments written yet.

Please login to write comment.