Color Hex Logo

#80efc5 Color Hex

#80EFC5
(128,239,197)
0 Favorites   0 Comments

Color spaces of #80efc5

RGB 128239197
HSL0.440.780.72
HSV157°46°94°
CMYK 0.460.000.18   0.06
XYZ49.846670.353463.7757
Yxy70.35340.27090.3824
Hunter Lab83.8769-40.705213.6328
CIE-Lab87.1699-41.483810.5410

#80efc5 color RGB value is (128,239,197).

#80efc5 hex color red value is 128, green value is 239 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #80efc5 hue: 0.44 , saturation: 0.78 and the lightness value of 80efc5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 11000101
Octal 200 357 305
Decimal 128 239 197
Hex 80 EF C5

RGB Percentages of Color #80efc5

%22.70
%42.38
%34.93

CMYK Percentages of Color #80efc5

%46
%0
%18
%6

Triadic Colors of #80efc5

#80efc5 #c580ef #efc580

Analogous Colors of #80efc5

#80efc5 #80e2ef #80ef8e

Monochromatic Colors of #80efc5

#80efc5

Complementary Color

#80efc5 #ef80aa

#80efc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efc5 Color CSS Codes

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

#80efc5 Text Font Color

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

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


#80efc5 Background Color

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

This div background color is #80efc5


#80efc5 Border Color

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

This div border color is #80efc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efc5


Comments

No comments written yet.

Please login to write comment.