Color Hex Logo

#80ebbf Color Hex

#80EBBF
(128,235,191)
0 Favorites   0 Comments

Color spaces of #80ebbf

RGB 128235191
HSL0.430.730.71
HSV155°46°92°
CMYK 0.460.000.19   0.08
XYZ48.014467.767459.8400
Yxy67.76740.27340.3859
Hunter Lab82.3210-39.950014.5261
CIE-Lab85.8900-40.969011.8498

#80ebbf color RGB value is (128,235,191).

#80ebbf hex color red value is 128, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #80ebbf hue: 0.43 , saturation: 0.73 and the lightness value of 80ebbf is 0.71.

The process color (four color CMYK) of #80ebbf color hex is 0.46, 0.00, 0.19, 0.08. Web safe color of #80ebbf is #99ffcc. Color #80ebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 10111111
Octal 200 353 277
Decimal 128 235 191
Hex 80 EB BF

RGB Percentages of Color #80ebbf

%23.10
%42.42
%34.48

CMYK Percentages of Color #80ebbf

%46
%0
%19
%8

Triadic Colors of #80ebbf

#80ebbf #bf80eb #ebbf80

Analogous Colors of #80ebbf

#80ebbf #80e2eb #80eb8a

Monochromatic Colors of #80ebbf

#80ebbf

Complementary Color

#80ebbf #eb80ac

#80ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebbf Color CSS Codes

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

#80ebbf Text Font Color

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

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


#80ebbf Background Color

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

This div background color is #80ebbf


#80ebbf Border Color

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

This div border color is #80ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebbf


Comments

No comments written yet.

Please login to write comment.