Color Hex Logo

#80ffbf Color Hex

#80FFBF
(128,255,191)
1 Favorites   0 Comments

Color spaces of #80ffbf

RGB 128255191
HSL0.421.000.75
HSV150°50°100°
CMYK 0.500.000.25   0.00
XYZ54.066179.870861.8572
Yxy79.87080.27610.4079
Hunter Lab89.3705-48.411921.5221
CIE-Lab91.6269-49.624219.9204

#80ffbf color RGB value is (128,255,191).

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

The process color (four color CMYK) of #80ffbf color hex is 0.50, 0.00, 0.25, 0.00. Web safe color of #80ffbf is #99ffcc. Color #80ffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111111 10111111
Octal 200 377 277
Decimal 128 255 191
Hex 80 FF BF

RGB Percentages of Color #80ffbf

%22.30
%44.43
%33.28

CMYK Percentages of Color #80ffbf

%50
%0
%25
%0

Triadic Colors of #80ffbf

#80ffbf #bf80ff #ffbf80

Analogous Colors of #80ffbf

#80ffbf #80ffff #81ff80

Monochromatic Colors of #80ffbf

#80ffbf

Complementary Color

#80ffbf #ff80c0

#80ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ffbf Color CSS Codes

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

#80ffbf Text Font Color

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

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


#80ffbf Background Color

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

This div background color is #80ffbf


#80ffbf Border Color

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

This div border color is #80ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ffbf

Related Colors


Comments

No comments written yet.

Please login to write comment.