Color Hex Logo

#80feeb Color Hex

#80FEEB
(128,254,235)
0 Favorites   0 Comments

Color spaces of #80feeb

RGB 128254235
HSL0.470.980.75
HSV171°50°100°
CMYK 0.500.000.07   0.00
XYZ59.339381.471091.1952
Yxy81.47100.25580.3512
Hunter Lab90.2613-40.60833.2794
CIE-Lab92.3409-39.6487-1.7297

#80feeb color RGB value is (128,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 11101011
Octal 200 376 353
Decimal 128 254 235
Hex 80 FE EB

RGB Percentages of Color #80feeb

%20.75
%41.17
%38.09

CMYK Percentages of Color #80feeb

%50
%0
%7
%0

Triadic Colors of #80feeb

#80feeb #eb80fe #feeb80

Analogous Colors of #80feeb

#80feeb #80d2fe #80feac

Monochromatic Colors of #80feeb

#80feeb

Complementary Color

#80feeb #fe8093

#80feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feeb Color CSS Codes

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

#80feeb Text Font Color

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

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


#80feeb Background Color

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

This div background color is #80feeb


#80feeb Border Color

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

This div border color is #80feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feeb


Comments

No comments written yet.

Please login to write comment.