Color Hex Logo

#80eefa Color Hex

#80EEFA
(128,238,250)
0 Favorites   0 Comments

Color spaces of #80eefa

RGB 128238250
HSL0.520.920.74
HSV186°49°98°
CMYK 0.490.050.00   0.02
XYZ56.731972.6404101.4734
Yxy72.64040.24580.3147
Hunter Lab85.2293-30.3349-10.9297
CIE-Lab88.2759-28.4805-15.5702

#80eefa color RGB value is (128,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 11111010
Octal 200 356 372
Decimal 128 238 250
Hex 80 EE FA

RGB Percentages of Color #80eefa

%20.78
%38.64
%40.58

CMYK Percentages of Color #80eefa

%49
%5
%0
%2

Triadic Colors of #80eefa

#80eefa #fa80ee #eefa80

Analogous Colors of #80eefa

#80eefa #80b1fa #80fac9

Monochromatic Colors of #80eefa

#80eefa

Complementary Color

#80eefa #fa8c80

#80eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eefa Color CSS Codes

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

#80eefa Text Font Color

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

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


#80eefa Background Color

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

This div background color is #80eefa


#80eefa Border Color

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

This div border color is #80eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.