Color Hex Logo

#80bcfb Color Hex

#80BCFB
(128,188,251)
0 Favorites   0 Comments

Color spaces of #80bcfb

RGB 128188251
HSL0.590.940.74
HSV211°49°98°
CMYK 0.490.250.00   0.02
XYZ44.297947.520798.1044
Yxy47.52070.23320.2502
Hunter Lab68.9353-5.9323-36.1232
CIE-Lab74.5216-2.5188-37.0982

#80bcfb color RGB value is (128,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111100 11111011
Octal 200 274 373
Decimal 128 188 251
Hex 80 BC FB

RGB Percentages of Color #80bcfb

%22.57
%33.16
%44.27

CMYK Percentages of Color #80bcfb

%49
%25
%0
%2

Triadic Colors of #80bcfb

#80bcfb #fb80bc #bcfb80

Analogous Colors of #80bcfb

#80bcfb #8280fb #80fafb

Monochromatic Colors of #80bcfb

#80bcfb

Complementary Color

#80bcfb #fbbf80

#80bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bcfb Color CSS Codes

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

#80bcfb Text Font Color

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

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


#80bcfb Background Color

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

This div background color is #80bcfb


#80bcfb Border Color

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

This div border color is #80bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bcfb


Comments

No comments written yet.

Please login to write comment.