Color Hex Logo

#80faff Color Hex

#80FAFF
(128,250,255)
0 Favorites   0 Comments

Color spaces of #80faff

RGB 128250255
HSL0.511.000.75
HSV182°50°100°
CMYK 0.500.020.00   0.00
XYZ61.137780.1804106.8618
Yxy80.18040.24630.3231
Hunter Lab89.5435-34.8265-8.0766
CIE-Lab91.7657-32.8955-12.9517

#80faff color RGB value is (128,250,255).

#80faff hex color red value is 128, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #80faff hue: 0.51 , saturation: 1.00 and the lightness value of 80faff is 0.75.

The process color (four color CMYK) of #80faff color hex is 0.50, 0.02, 0.00, 0.00. Web safe color of #80faff is #99ffff. Color #80faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 11111111
Octal 200 372 377
Decimal 128 250 255
Hex 80 FA FF

RGB Percentages of Color #80faff

%20.22
%39.49
%40.28

CMYK Percentages of Color #80faff

%50
%2
%0
%0

Triadic Colors of #80faff

#80faff #ff80fa #faff80

Analogous Colors of #80faff

#80faff #80bbff #80ffc5

Monochromatic Colors of #80faff

#80faff

Complementary Color

#80faff #ff8580

#80faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80faff Color CSS Codes

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

#80faff Text Font Color

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

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


#80faff Background Color

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

This div background color is #80faff


#80faff Border Color

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

This div border color is #80faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80faff


Comments

No comments written yet.

Please login to write comment.