Color Hex Logo

#80feae Color Hex

#80FEAE
(128,254,174)
0 Favorites   0 Comments

Color spaces of #80feae

RGB 128254174
HSL0.390.980.75
HSV142°50°100°
CMYK 0.500.000.31   0.00
XYZ51.983978.528852.4621
Yxy78.52880.28410.4292
Hunter Lab88.6165-50.367826.9311
CIE-Lab91.0207-52.399427.7259

#80feae color RGB value is (128,254,174).

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

The process color (four color CMYK) of #80feae color hex is 0.50, 0.00, 0.31, 0.00. Web safe color of #80feae is #99ff99. Color #80feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11111110 10101110
Octal 200 376 256
Decimal 128 254 174
Hex 80 FE AE

RGB Percentages of Color #80feae

%23.02
%45.68
%31.29

CMYK Percentages of Color #80feae

%50
%0
%31
%0

Triadic Colors of #80feae

#80feae #ae80fe #feae80

Analogous Colors of #80feae

#80feae #80feed #91fe80

Monochromatic Colors of #80feae

#80feae

Complementary Color

#80feae #fe80d0

#80feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#80feae Color CSS Codes

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

#80feae Text Font Color

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

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


#80feae Background Color

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

This div background color is #80feae


#80feae Border Color

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

This div border color is #80feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80feae


Comments

No comments written yet.

Please login to write comment.