Color Hex Logo

#80eafe Color Hex

#80EAFE
(128,234,254)
0 Favorites   0 Comments

Color spaces of #80eafe

RGB 128234254
HSL0.530.980.75
HSV190°50°100°
CMYK 0.500.080.00   0.00
XYZ56.214370.5906104.4285
Yxy70.59060.24310.3053
Hunter Lab84.0182-27.6024-14.8804
CIE-Lab87.2857-25.4966-19.1557

#80eafe color RGB value is (128,234,254).

#80eafe hex color red value is 128, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #80eafe hue: 0.53 , saturation: 0.98 and the lightness value of 80eafe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101010 11111110
Octal 200 352 376
Decimal 128 234 254
Hex 80 EA FE

RGB Percentages of Color #80eafe

%20.78
%37.99
%41.23

CMYK Percentages of Color #80eafe

%50
%8
%0
%0

Triadic Colors of #80eafe

#80eafe #fe80ea #eafe80

Analogous Colors of #80eafe

#80eafe #80abfe #80fed3

Monochromatic Colors of #80eafe

#80eafe

Complementary Color

#80eafe #fe9480

#80eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eafe Color CSS Codes

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

#80eafe Text Font Color

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

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


#80eafe Background Color

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

This div background color is #80eafe


#80eafe Border Color

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

This div border color is #80eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eafe


Comments

No comments written yet.

Please login to write comment.