Color Hex Logo

#80dffa Color Hex

#80DFFA
(128,223,250)
0 Favorites   0 Comments

Color spaces of #80dffa

RGB 128223250
HSL0.540.920.74
HSV193°49°98°
CMYK 0.490.110.00   0.02
XYZ52.545164.2667100.0778
Yxy64.26670.24230.2963
Hunter Lab80.1665-23.2937-17.8995
CIE-Lab84.1044-21.1219-21.8627

#80dffa color RGB value is (128,223,250).

#80dffa hex color red value is 128, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #80dffa hue: 0.54 , saturation: 0.92 and the lightness value of 80dffa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011111 11111010
Octal 200 337 372
Decimal 128 223 250
Hex 80 DF FA

RGB Percentages of Color #80dffa

%21.30
%37.10
%41.60

CMYK Percentages of Color #80dffa

%49
%11
%0
%2

Triadic Colors of #80dffa

#80dffa #fa80df #dffa80

Analogous Colors of #80dffa

#80dffa #80a2fa #80fad8

Monochromatic Colors of #80dffa

#80dffa

Complementary Color

#80dffa #fa9b80

#80dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dffa Color CSS Codes

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

#80dffa Text Font Color

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

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


#80dffa Background Color

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

This div background color is #80dffa


#80dffa Border Color

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

This div border color is #80dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dffa


Comments

No comments written yet.

Please login to write comment.