Color Hex Logo

#80be9f Color Hex

#80BE9F
(128,190,159)
0 Favorites   0 Comments

Color spaces of #80be9f

RGB 128190159
HSL0.420.320.62
HSV150°33°75°
CMYK 0.330.000.16   0.25
XYZ33.573643.919339.5086
Yxy43.91930.28700.3754
Hunter Lab66.2716-25.546211.0437
CIE-Lab72.1745-26.61659.3744

#80be9f color RGB value is (128,190,159).

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

The process color (four color CMYK) of #80be9f color hex is 0.33, 0.00, 0.16, 0.25. Web safe color of #80be9f is #99cc99. Color #80be9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111110 10011111
Octal 200 276 237
Decimal 128 190 159
Hex 80 BE 9F

RGB Percentages of Color #80be9f

%26.83
%39.83
%33.33

CMYK Percentages of Color #80be9f

%33
%0
%16
%25

Triadic Colors of #80be9f

#80be9f #9f80be #be9f80

Analogous Colors of #80be9f

#80be9f #80bebe #80be80

Monochromatic Colors of #80be9f

#80be9f

Complementary Color

#80be9f #be809f

#80be9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80be9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80be9f Color CSS Codes

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

#80be9f Text Font Color

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

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


#80be9f Background Color

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

This div background color is #80be9f


#80be9f Border Color

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

This div border color is #80be9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80be9f


Comments

No comments written yet.

Please login to write comment.