Color Hex Logo

#80efad Color Hex

#80EFAD
(128,239,173)
0 Favorites   0 Comments

Color spaces of #80efad

RGB 128239173
HSL0.400.780.72
HSV144°46°94°
CMYK 0.460.000.28   0.06
XYZ47.311469.339350.4254
Yxy69.33930.28320.4150
Hunter Lab83.2702-44.305122.3853
CIE-Lab86.6718-46.291822.2837

#80efad color RGB value is (128,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101111 10101101
Octal 200 357 255
Decimal 128 239 173
Hex 80 EF AD

RGB Percentages of Color #80efad

%23.70
%44.26
%32.04

CMYK Percentages of Color #80efad

%46
%0
%28
%6

Triadic Colors of #80efad

#80efad #ad80ef #efad80

Analogous Colors of #80efad

#80efad #80efe5 #8bef80

Monochromatic Colors of #80efad

#80efad

Complementary Color

#80efad #ef80c2

#80efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80efad Color CSS Codes

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

#80efad Text Font Color

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

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


#80efad Background Color

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

This div background color is #80efad


#80efad Border Color

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

This div border color is #80efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80efad


Comments

No comments written yet.

Please login to write comment.