Color Hex Logo

#80bffb Color Hex

#80BFFB
(128,191,251)
0 Favorites   0 Comments

Color spaces of #80bffb

RGB 128191251
HSL0.580.940.74
HSV209°49°98°
CMYK 0.490.240.00   0.02
XYZ44.945548.815898.3203
Yxy48.81580.23400.2541
Hunter Lab69.8683-7.4425-34.5265
CIE-Lab75.3366-4.1517-35.8346

#80bffb color RGB value is (128,191,251).

#80bffb hex color red value is 128, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #80bffb hue: 0.58 , saturation: 0.94 and the lightness value of 80bffb is 0.74.

The process color (four color CMYK) of #80bffb color hex is 0.49, 0.24, 0.00, 0.02. Web safe color of #80bffb is #99ccff. Color #80bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11111011
Octal 200 277 373
Decimal 128 191 251
Hex 80 BF FB

RGB Percentages of Color #80bffb

%22.46
%33.51
%44.04

CMYK Percentages of Color #80bffb

%49
%24
%0
%2

Triadic Colors of #80bffb

#80bffb #fb80bf #bffb80

Analogous Colors of #80bffb

#80bffb #8082fb #80fbfa

Monochromatic Colors of #80bffb

#80bffb

Complementary Color

#80bffb #fbbc80

#80bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bffb Color CSS Codes

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

#80bffb Text Font Color

<p style="color:#80bffb">Text here</p>

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


#80bffb Background Color

<div style="background-color:#80bffb">
Div content here</div>

This div background color is #80bffb


#80bffb Border Color

<div style="border:3px solid #80bffb">
Div here</div>

This div border color is #80bffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,191,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80bffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80bffb;
  -webkit-box-shadow: 1px 1px 3px 2px #80bffb;
  box-shadow:         1px 1px 3px 2px #80bffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,191,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 #80bffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bffb


Comments

No comments written yet.

Please login to write comment.