Color Hex Logo

#8babef Color Hex

#8BABEF
(139,171,239)
0 Favorites   0 Comments

Color spaces of #8babef

RGB 139171239
HSL0.610.760.74
HSV221°42°94°
CMYK 0.420.280.00   0.06
XYZ40.790440.846887.3957
Yxy40.84680.24130.2416
Hunter Lab63.91152.0794-36.3380
CIE-Lab70.06856.1616-37.4750

#8babef color RGB value is (139,171,239).

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

The process color (four color CMYK) of #8babef color hex is 0.42, 0.28, 0.00, 0.06. Web safe color of #8babef is #9999ff. Color #8babef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11101111
Octal 213 253 357
Decimal 139 171 239
Hex 8B AB EF

RGB Percentages of Color #8babef

%25.32
%31.15
%43.53

CMYK Percentages of Color #8babef

%42
%28
%0
%6

Triadic Colors of #8babef

#8babef #ef8bab #abef8b

Analogous Colors of #8babef

#8babef #9d8bef #8bddef

Monochromatic Colors of #8babef

#8babef

Complementary Color

#8babef #efcf8b

#8babef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babef Color CSS Codes

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

#8babef Text Font Color

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

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


#8babef Background Color

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

This div background color is #8babef


#8babef Border Color

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

This div border color is #8babef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babef


Comments

No comments written yet.

Please login to write comment.