Color Hex Logo

#8baacb Color Hex

#8BAACB
(139,170,203)
0 Favorites   0 Comments

Color spaces of #8baacb

RGB 139170203
HSL0.590.380.67
HSV211°32°80°
CMYK 0.320.160.00   0.20
XYZ35.801738.550262.0539
Yxy38.55020.26250.2826
Hunter Lab62.0888-5.7286-15.7945
CIE-Lab68.4242-2.7993-20.2596

#8baacb color RGB value is (139,170,203).

#8baacb hex color red value is 139, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8baacb hue: 0.59 , saturation: 0.38 and the lightness value of 8baacb is 0.67.

The process color (four color CMYK) of #8baacb color hex is 0.32, 0.16, 0.00, 0.20. Web safe color of #8baacb is #9999cc. Color #8baacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11001011
Octal 213 252 313
Decimal 139 170 203
Hex 8B AA CB

RGB Percentages of Color #8baacb

%27.15
%33.20
%39.65

CMYK Percentages of Color #8baacb

%32
%16
%0
%20

Triadic Colors of #8baacb

#8baacb #cb8baa #aacb8b

Analogous Colors of #8baacb

#8baacb #8c8bcb #8bcacb

Monochromatic Colors of #8baacb

#8baacb

Complementary Color

#8baacb #cbac8b

#8baacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baacb Color CSS Codes

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

#8baacb Text Font Color

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

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


#8baacb Background Color

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

This div background color is #8baacb


#8baacb Border Color

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

This div border color is #8baacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baacb


Comments

No comments written yet.

Please login to write comment.