Color Hex Logo

#80ebaf Color Hex

#80EBAF
(128,235,175)
0 Favorites   0 Comments

Color spaces of #80ebaf

RGB 128235175
HSL0.410.730.71
HSV146°46°92°
CMYK 0.460.000.26   0.08
XYZ46.348367.101051.0664
Yxy67.10100.28170.4079
Hunter Lab81.9152-42.354820.3789
CIE-Lab85.5549-44.185019.7052

#80ebaf color RGB value is (128,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 10101111
Octal 200 353 257
Decimal 128 235 175
Hex 80 EB AF

RGB Percentages of Color #80ebaf

%23.79
%43.68
%32.53

CMYK Percentages of Color #80ebaf

%46
%0
%26
%8

Triadic Colors of #80ebaf

#80ebaf #af80eb #ebaf80

Analogous Colors of #80ebaf

#80ebaf #80ebe5 #87eb80

Monochromatic Colors of #80ebaf

#80ebaf

Complementary Color

#80ebaf #eb80bc

#80ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebaf Color CSS Codes

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

#80ebaf Text Font Color

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

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


#80ebaf Background Color

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

This div background color is #80ebaf


#80ebaf Border Color

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

This div border color is #80ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebaf


Comments

No comments written yet.

Please login to write comment.