Color Hex Logo

#8eabfb Color Hex

#8EABFB
(142,171,251)
0 Favorites   0 Comments

Color spaces of #8eabfb

RGB 142171251
HSL0.620.930.77
HSV224°43°98°
CMYK 0.430.320.00   0.02
XYZ43.130841.841697.0698
Yxy41.84160.23690.2298
Hunter Lab64.68515.8216-43.6941
CIE-Lab70.761610.2534-42.8995

#8eabfb color RGB value is (142,171,251).

#8eabfb hex color red value is 142, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8eabfb hue: 0.62 , saturation: 0.93 and the lightness value of 8eabfb is 0.77.

The process color (four color CMYK) of #8eabfb color hex is 0.43, 0.32, 0.00, 0.02. Web safe color of #8eabfb is #9999ff. Color #8eabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 11111011
Octal 216 253 373
Decimal 142 171 251
Hex 8E AB FB

RGB Percentages of Color #8eabfb

%25.18
%30.32
%44.50

CMYK Percentages of Color #8eabfb

%43
%32
%0
%2

Triadic Colors of #8eabfb

#8eabfb #fb8eab #abfb8e

Analogous Colors of #8eabfb

#8eabfb #a88efb #8ee2fb

Monochromatic Colors of #8eabfb

#8eabfb

Complementary Color

#8eabfb #fbde8e

#8eabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eabfb Color CSS Codes

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

#8eabfb Text Font Color

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

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


#8eabfb Background Color

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

This div background color is #8eabfb


#8eabfb Border Color

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

This div border color is #8eabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eabfb


Comments

No comments written yet.

Please login to write comment.