Color Hex Logo

#80edad Color Hex

#80EDAD
(128,237,173)
0 Favorites   0 Comments

Color spaces of #80edad

RGB 128237173
HSL0.400.750.72
HSV145°46°93°
CMYK 0.460.000.27   0.07
XYZ46.729168.174750.2313
Yxy68.17470.28300.4128
Hunter Lab82.5680-43.472421.7277
CIE-Lab86.0937-45.432621.4859

#80edad color RGB value is (128,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101101 10101101
Octal 200 355 255
Decimal 128 237 173
Hex 80 ED AD

RGB Percentages of Color #80edad

%23.79
%44.05
%32.16

CMYK Percentages of Color #80edad

%46
%0
%27
%7

Triadic Colors of #80edad

#80edad #ad80ed #edad80

Analogous Colors of #80edad

#80edad #80ede4 #8aed80

Monochromatic Colors of #80edad

#80edad

Complementary Color

#80edad #ed80c0

#80edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#80edad Color CSS Codes

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

#80edad Text Font Color

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

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


#80edad Background Color

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

This div background color is #80edad


#80edad Border Color

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

This div border color is #80edad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80edad


Comments

No comments written yet.

Please login to write comment.