Color Hex Logo

#80ffee Color Hex

#80FFEE
(128,255,238)
1 Favorites   0 Comments

Color spaces of #80ffee

RGB 128255238
HSL0.481.000.75
HSV172°50°100°
CMYK 0.500.000.07   0.00
XYZ60.094782.282293.6037
Yxy82.28220.25470.3487
Hunter Lab90.7095-40.48622.3150
CIE-Lab92.6993-39.3878-2.7570

#80ffee color RGB value is (128,255,238).

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

The process color (four color CMYK) of #80ffee color hex is 0.50, 0.00, 0.07, 0.00. Web safe color of #80ffee is #99ffff. Color #80ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 11101110
Octal 200 377 356
Decimal 128 255 238
Hex 80 FF EE

RGB Percentages of Color #80ffee

%20.61
%41.06
%38.33

CMYK Percentages of Color #80ffee

%50
%0
%7
%0

Triadic Colors of #80ffee

#80ffee #ee80ff #ffee80

Analogous Colors of #80ffee

#80ffee #80d1ff #80ffaf

Monochromatic Colors of #80ffee

#80ffee

Complementary Color

#80ffee #ff8091

#80ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffee Color CSS Codes

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

#80ffee Text Font Color

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

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


#80ffee Background Color

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

This div background color is #80ffee


#80ffee Border Color

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

This div border color is #80ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffee

#80ffee Color Palettes


Comments

No comments written yet.

Please login to write comment.