Color Hex Logo

#8baabc Color Hex

#8BAABC
(139,170,188)
1 Favorites   0 Comments

Color spaces of #8baabc

RGB 139170188
HSL0.560.270.64
HSV202°26°74°
CMYK 0.260.100.00   0.26
XYZ34.099337.869353.0892
Yxy37.86930.27270.3028
Hunter Lab61.5380-8.7816-8.0732
CIE-Lab67.9242-6.4608-12.7179

#8baabc color RGB value is (139,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 10111100
Octal 213 252 274
Decimal 139 170 188
Hex 8B AA BC

RGB Percentages of Color #8baabc

%27.97
%34.21
%37.83

CMYK Percentages of Color #8baabc

%26
%10
%0
%26

Triadic Colors of #8baabc

#8baabc #bc8baa #aabc8b

Analogous Colors of #8baabc

#8baabc #8b92bc #8bbcb6

Monochromatic Colors of #8baabc

#8baabc

Complementary Color

#8baabc #bc9d8b

#8baabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baabc Color CSS Codes

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

#8baabc Text Font Color

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

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


#8baabc Background Color

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

This div background color is #8baabc


#8baabc Border Color

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

This div border color is #8baabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,170,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 #8baabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baabc


Comments

No comments written yet.

Please login to write comment.