Color Hex Logo

#8bbaef Color Hex

#8BBAEF
(139,186,239)
0 Favorites   0 Comments

Color spaces of #8bbaef

RGB 139186239
HSL0.590.760.74
HSV212°42°94°
CMYK 0.420.220.00   0.06
XYZ43.786446.838888.3944
Yxy46.83880.24460.2616
Hunter Lab68.4389-5.5658-28.6707
CIE-Lab74.0865-2.1414-31.2526

#8bbaef color RGB value is (139,186,239).

#8bbaef hex color red value is 139, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8bbaef hue: 0.59 , saturation: 0.76 and the lightness value of 8bbaef is 0.74.

The process color (four color CMYK) of #8bbaef color hex is 0.42, 0.22, 0.00, 0.06. Web safe color of #8bbaef is #99ccff. Color #8bbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111010 11101111
Octal 213 272 357
Decimal 139 186 239
Hex 8B BA EF

RGB Percentages of Color #8bbaef

%24.65
%32.98
%42.38

CMYK Percentages of Color #8bbaef

%42
%22
%0
%6

Triadic Colors of #8bbaef

#8bbaef #ef8bba #baef8b

Analogous Colors of #8bbaef

#8bbaef #8e8bef #8becef

Monochromatic Colors of #8bbaef

#8bbaef

Complementary Color

#8bbaef #efc08b

#8bbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbaef Color CSS Codes

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

#8bbaef Text Font Color

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

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


#8bbaef Background Color

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

This div background color is #8bbaef


#8bbaef Border Color

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

This div border color is #8bbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbaef


Comments

No comments written yet.

Please login to write comment.