Color Hex Logo

#8bbac9 Color Hex

#8BBAC9
(139,186,201)
0 Favorites   0 Comments

Color spaces of #8bbac9

RGB 139186201
HSL0.540.360.67
HSV195°31°79°
CMYK 0.310.070.00   0.21
XYZ38.749044.823861.8679
Yxy44.82380.26640.3082
Hunter Lab66.9506-13.8530-7.9235
CIE-Lab72.7757-11.9072-12.5911

#8bbac9 color RGB value is (139,186,201).

#8bbac9 hex color red value is 139, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #8bbac9 hue: 0.54 , saturation: 0.36 and the lightness value of 8bbac9 is 0.67.

The process color (four color CMYK) of #8bbac9 color hex is 0.31, 0.07, 0.00, 0.21. Web safe color of #8bbac9 is #99cccc. Color #8bbac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111010 11001001
Octal 213 272 311
Decimal 139 186 201
Hex 8B BA C9

RGB Percentages of Color #8bbac9

%26.43
%35.36
%38.21

CMYK Percentages of Color #8bbac9

%31
%7
%0
%21

Triadic Colors of #8bbac9

#8bbac9 #c98bba #bac98b

Analogous Colors of #8bbac9

#8bbac9 #8b9bc9 #8bc9b9

Monochromatic Colors of #8bbac9

#8bbac9

Complementary Color

#8bbac9 #c99a8b

#8bbac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbac9 Color CSS Codes

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

#8bbac9 Text Font Color

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

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


#8bbac9 Background Color

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

This div background color is #8bbac9


#8bbac9 Border Color

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

This div border color is #8bbac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbac9


Comments

No comments written yet.

Please login to write comment.