Color Hex Logo

#8beffb Color Hex

#8BEFFB
(139,239,251)
0 Favorites   0 Comments

Color spaces of #8beffb

RGB 139239251
HSL0.520.930.76
HSV186°45°98°
CMYK 0.450.050.00   0.02
XYZ58.926574.1870102.4806
Yxy74.18700.25010.3149
Hunter Lab86.1319-28.6113-10.2515
CIE-Lab89.0108-26.2881-14.9474

#8beffb color RGB value is (139,239,251).

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

The process color (four color CMYK) of #8beffb color hex is 0.45, 0.05, 0.00, 0.02. Web safe color of #8beffb is #99ffff. Color #8beffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11111011
Octal 213 357 373
Decimal 139 239 251
Hex 8B EF FB

RGB Percentages of Color #8beffb

%22.10
%38.00
%39.90

CMYK Percentages of Color #8beffb

%45
%5
%0
%2

Triadic Colors of #8beffb

#8beffb #fb8bef #effb8b

Analogous Colors of #8beffb

#8beffb #8bb7fb #8bfbcf

Monochromatic Colors of #8beffb

#8beffb

Complementary Color

#8beffb #fb978b

#8beffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beffb Color CSS Codes

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

#8beffb Text Font Color

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

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


#8beffb Background Color

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

This div background color is #8beffb


#8beffb Border Color

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

This div border color is #8beffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beffb

Related Colors


Comments

No comments written yet.

Please login to write comment.