Color Hex Logo

#80fdfb Color Hex

#80FDFB
(128,253,251)
0 Favorites   0 Comments

Color spaces of #80fdfb

RGB 128253251
HSL0.500.970.75
HSV179°49°99°
CMYK 0.490.000.01   0.01
XYZ61.440081.8048103.8185
Yxy81.80480.24870.3311
Hunter Lab90.4460-37.0254-4.7439
CIE-Lab92.4886-35.3012-9.8004

#80fdfb color RGB value is (128,253,251).

#80fdfb hex color red value is 128, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #80fdfb hue: 0.50 , saturation: 0.97 and the lightness value of 80fdfb is 0.75.

The process color (four color CMYK) of #80fdfb color hex is 0.49, 0.00, 0.01, 0.01. Web safe color of #80fdfb is #99ffff. Color #80fdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111101 11111011
Octal 200 375 373
Decimal 128 253 251
Hex 80 FD FB

RGB Percentages of Color #80fdfb

%20.25
%40.03
%39.72

CMYK Percentages of Color #80fdfb

%49
%0
%1
%1

Triadic Colors of #80fdfb

#80fdfb #fb80fd #fdfb80

Analogous Colors of #80fdfb

#80fdfb #80c1fd #80fdbd

Monochromatic Colors of #80fdfb

#80fdfb

Complementary Color

#80fdfb #fd8082

#80fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fdfb Color CSS Codes

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

#80fdfb Text Font Color

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

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


#80fdfb Background Color

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

This div background color is #80fdfb


#80fdfb Border Color

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

This div border color is #80fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.