Color Hex Logo

#80fabe Color Hex

#80FABE
(128,250,190)
0 Favorites   0 Comments

Color spaces of #80fabe

RGB 128250190
HSL0.420.920.74
HSV150°49°98°
CMYK 0.490.000.24   0.02
XYZ52.382076.678160.7547
Yxy76.67810.27600.4040
Hunter Lab87.5660-46.461920.1599
CIE-Lab90.1732-47.705618.4042

#80fabe color RGB value is (128,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111010 10111110
Octal 200 372 276
Decimal 128 250 190
Hex 80 FA BE

RGB Percentages of Color #80fabe

%22.54
%44.01
%33.45

CMYK Percentages of Color #80fabe

%49
%0
%24
%2

Triadic Colors of #80fabe

#80fabe #be80fa #fabe80

Analogous Colors of #80fabe

#80fabe #80f9fa #80fa81

Monochromatic Colors of #80fabe

#80fabe

Complementary Color

#80fabe #fa80bc

#80fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fabe Color CSS Codes

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

#80fabe Text Font Color

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

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


#80fabe Background Color

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

This div background color is #80fabe


#80fabe Border Color

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

This div border color is #80fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fabe


Comments

No comments written yet.

Please login to write comment.