Color Hex Logo

#8babee Color Hex

#8BABEE
(139,171,238)
0 Favorites   0 Comments

Color spaces of #8babee

RGB 139171238
HSL0.610.740.74
HSV221°42°93°
CMYK 0.420.280.00   0.07
XYZ40.643040.787886.6196
Yxy40.78780.24190.2427
Hunter Lab63.86531.8306-35.7084
CIE-Lab70.02705.8855-36.9946

#8babee color RGB value is (139,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11101110
Octal 213 253 356
Decimal 139 171 238
Hex 8B AB EE

RGB Percentages of Color #8babee

%25.36
%31.20
%43.43

CMYK Percentages of Color #8babee

%42
%28
%0
%7

Triadic Colors of #8babee

#8babee #ee8bab #abee8b

Analogous Colors of #8babee

#8babee #9d8bee #8bddee

Monochromatic Colors of #8babee

#8babee

Complementary Color

#8babee #eece8b

#8babee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babee Color CSS Codes

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

#8babee Text Font Color

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

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


#8babee Background Color

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

This div background color is #8babee


#8babee Border Color

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

This div border color is #8babee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babee


Comments

No comments written yet.

Please login to write comment.