Color Hex Logo

#80bff0 Color Hex

#80BFF0
(128,191,240)
0 Favorites   0 Comments

Color spaces of #80bff0

RGB 128191240
HSL0.570.790.72
HSV206°47°94°
CMYK 0.470.200.00   0.06
XYZ43.261148.142189.4503
Yxy48.14210.23920.2662
Hunter Lab69.3845-10.1285-27.8673
CIE-Lab74.9145-7.2605-30.5651

#80bff0 color RGB value is (128,191,240).

#80bff0 hex color red value is 128, green value is 191 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #80bff0 hue: 0.57 , saturation: 0.79 and the lightness value of 80bff0 is 0.72.

The process color (four color CMYK) of #80bff0 color hex is 0.47, 0.20, 0.00, 0.06. Web safe color of #80bff0 is #99ccff. Color #80bff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11110000
Octal 200 277 360
Decimal 128 191 240
Hex 80 BF F0

RGB Percentages of Color #80bff0

%22.90
%34.17
%42.93

CMYK Percentages of Color #80bff0

%47
%20
%0
%6

Triadic Colors of #80bff0

#80bff0 #f080bf #bff080

Analogous Colors of #80bff0

#80bff0 #8087f0 #80f0e9

Monochromatic Colors of #80bff0

#80bff0

Complementary Color

#80bff0 #f0b180

#80bff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bff0 Color CSS Codes

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

#80bff0 Text Font Color

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

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


#80bff0 Background Color

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

This div background color is #80bff0


#80bff0 Border Color

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

This div border color is #80bff0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,191,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bff0


Comments

No comments written yet.

Please login to write comment.