Color Hex Logo

#80cffa Color Hex

#80CFFA
(128,207,250)
0 Favorites   0 Comments

Color spaces of #80cffa

RGB 128207250
HSL0.560.920.74
HSV201°49°98°
CMYK 0.490.170.00   0.02
XYZ48.470256.117098.7195
Yxy56.11700.23840.2760
Hunter Lab74.9113-15.5990-25.6956
CIE-Lab79.6804-12.9472-28.6066

#80cffa color RGB value is (128,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11111010
Octal 200 317 372
Decimal 128 207 250
Hex 80 CF FA

RGB Percentages of Color #80cffa

%21.88
%35.38
%42.74

CMYK Percentages of Color #80cffa

%49
%17
%0
%2

Triadic Colors of #80cffa

#80cffa #fa80cf #cffa80

Analogous Colors of #80cffa

#80cffa #8092fa #80fae8

Monochromatic Colors of #80cffa

#80cffa

Complementary Color

#80cffa #faab80

#80cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cffa Color CSS Codes

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

#80cffa Text Font Color

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

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


#80cffa Background Color

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

This div background color is #80cffa


#80cffa Border Color

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

This div border color is #80cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cffa


Comments

No comments written yet.

Please login to write comment.