Color Hex Logo

#8babea Color Hex

#8BABEA
(139,171,234)
0 Favorites   0 Comments

Color spaces of #8babea

RGB 139171234
HSL0.610.690.73
HSV220°41°92°
CMYK 0.410.270.00   0.08
XYZ40.061740.555383.5584
Yxy40.55530.24400.2470
Hunter Lab63.68300.8454-33.2162
CIE-Lab69.86324.7868-35.0677

#8babea color RGB value is (139,171,234).

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

The process color (four color CMYK) of #8babea color hex is 0.41, 0.27, 0.00, 0.08. Web safe color of #8babea is #9999ff. Color #8babea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11101010
Octal 213 253 352
Decimal 139 171 234
Hex 8B AB EA

RGB Percentages of Color #8babea

%25.55
%31.43
%43.01

CMYK Percentages of Color #8babea

%41
%27
%0
%8

Triadic Colors of #8babea

#8babea #ea8bab #abea8b

Analogous Colors of #8babea

#8babea #9b8bea #8bdbea

Monochromatic Colors of #8babea

#8babea

Complementary Color

#8babea #eaca8b

#8babea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babea Color CSS Codes

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

#8babea Text Font Color

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

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


#8babea Background Color

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

This div background color is #8babea


#8babea Border Color

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

This div border color is #8babea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babea


Comments

No comments written yet.

Please login to write comment.