Color Hex Logo

#80f0ff Color Hex

#80F0FF
(128,240,255)
0 Favorites   0 Comments

Color spaces of #80f0ff

RGB 128240255
HSL0.521.000.75
HSV187°50°100°
CMYK 0.500.060.00   0.00
XYZ58.112274.1294105.8533
Yxy74.12940.24410.3113
Hunter Lab86.0984-30.1935-12.6249
CIE-Lab88.9836-28.1439-17.1213

#80f0ff color RGB value is (128,240,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11110000 11111111
Octal 200 360 377
Decimal 128 240 255
Hex 80 F0 FF

RGB Percentages of Color #80f0ff

%20.55
%38.52
%40.93

CMYK Percentages of Color #80f0ff

%50
%6
%0
%0

Triadic Colors of #80f0ff

#80f0ff #ff80f0 #f0ff80

Analogous Colors of #80f0ff

#80f0ff #80b1ff #80ffcf

Monochromatic Colors of #80f0ff

#80f0ff

Complementary Color

#80f0ff #ff8f80

#80f0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80f0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#80f0ff Color CSS Codes

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

#80f0ff Text Font Color

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

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


#80f0ff Background Color

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

This div background color is #80f0ff


#80f0ff Border Color

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

This div border color is #80f0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80f0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.