Color Hex Logo

#80fbee Color Hex

#80FBEE
(128,251,238)
0 Favorites   0 Comments

Color spaces of #80fbee

RGB 128251238
HSL0.480.940.74
HSV174°49°98°
CMYK 0.490.000.05   0.02
XYZ58.831979.756693.1827
Yxy79.75660.25380.3441
Hunter Lab89.3066-38.69720.6512
CIE-Lab91.5755-37.5714-4.4089

#80fbee color RGB value is (128,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111011 11101110
Octal 200 373 356
Decimal 128 251 238
Hex 80 FB EE

RGB Percentages of Color #80fbee

%20.75
%40.68
%38.57

CMYK Percentages of Color #80fbee

%49
%0
%5
%2

Triadic Colors of #80fbee

#80fbee #ee80fb #fbee80

Analogous Colors of #80fbee

#80fbee #80cbfb #80fbb1

Monochromatic Colors of #80fbee

#80fbee

Complementary Color

#80fbee #fb808d

#80fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fbee Color CSS Codes

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

#80fbee Text Font Color

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

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


#80fbee Background Color

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

This div background color is #80fbee


#80fbee Border Color

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

This div border color is #80fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fbee


Comments

No comments written yet.

Please login to write comment.