Color Hex Logo

#80fcaa Color Hex

#80FCAA
(128,252,170)
0 Favorites   0 Comments

Color spaces of #80fcaa

RGB 128252170
HSL0.390.950.75
HSV140°49°99°
CMYK 0.490.000.33   0.01
XYZ50.968277.112350.2281
Yxy77.11230.28580.4325
Hunter Lab87.8136-50.070027.5565
CIE-Lab90.3733-52.289628.8677

#80fcaa color RGB value is (128,252,170).

#80fcaa hex color red value is 128, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #80fcaa hue: 0.39 , saturation: 0.95 and the lightness value of 80fcaa is 0.75.

The process color (four color CMYK) of #80fcaa color hex is 0.49, 0.00, 0.33, 0.01. Web safe color of #80fcaa is #99ff99. Color #80fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111100 10101010
Octal 200 374 252
Decimal 128 252 170
Hex 80 FC AA

RGB Percentages of Color #80fcaa

%23.27
%45.82
%30.91

CMYK Percentages of Color #80fcaa

%49
%0
%33
%1

Triadic Colors of #80fcaa

#80fcaa #aa80fc #fcaa80

Analogous Colors of #80fcaa

#80fcaa #80fce8 #94fc80

Monochromatic Colors of #80fcaa

#80fcaa

Complementary Color

#80fcaa #fc80d2

#80fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80fcaa Color CSS Codes

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

#80fcaa Text Font Color

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

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


#80fcaa Background Color

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

This div background color is #80fcaa


#80fcaa Border Color

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

This div border color is #80fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80fcaa


Comments

No comments written yet.

Please login to write comment.