Color Hex Logo

#80ecae Color Hex

#80ECAE
(128,236,174)
0 Favorites   0 Comments

Color spaces of #80ecae

RGB 128236174
HSL0.400.740.71
HSV146°46°93°
CMYK 0.460.000.26   0.07
XYZ46.537567.636150.6467
Yxy67.63610.28240.4104
Hunter Lab82.2412-42.914921.0562
CIE-Lab85.8242-44.810820.5963

#80ecae color RGB value is (128,236,174).

#80ecae hex color red value is 128, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #80ecae hue: 0.40 , saturation: 0.74 and the lightness value of 80ecae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101100 10101110
Octal 200 354 256
Decimal 128 236 174
Hex 80 EC AE

RGB Percentages of Color #80ecae

%23.79
%43.87
%32.34

CMYK Percentages of Color #80ecae

%46
%0
%26
%7

Triadic Colors of #80ecae

#80ecae #ae80ec #ecae80

Analogous Colors of #80ecae

#80ecae #80ece4 #88ec80

Monochromatic Colors of #80ecae

#80ecae

Complementary Color

#80ecae #ec80be

#80ecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ecae Color CSS Codes

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

#80ecae Text Font Color

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

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


#80ecae Background Color

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

This div background color is #80ecae


#80ecae Border Color

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

This div border color is #80ecae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,236,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 #80ecae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ecae


Comments

No comments written yet.

Please login to write comment.