Color Hex Logo

#80dec9 Color Hex

#80DEC9
(128,222,201)
0 Favorites   0 Comments

Color spaces of #80dec9

RGB 128222201
HSL0.460.590.69
HSV167°42°87°
CMYK 0.420.000.09   0.13
XYZ45.566061.048864.6404
Yxy61.04880.26610.3565
Hunter Lab78.1337-32.63655.6427
CIE-Lab82.4050-32.83441.5727

#80dec9 color RGB value is (128,222,201).

#80dec9 hex color red value is 128, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #80dec9 hue: 0.46 , saturation: 0.59 and the lightness value of 80dec9 is 0.69.

The process color (four color CMYK) of #80dec9 color hex is 0.42, 0.00, 0.09, 0.13. Web safe color of #80dec9 is #99cccc. Color #80dec9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11011110 11001001
Octal 200 336 311
Decimal 128 222 201
Hex 80 DE C9

RGB Percentages of Color #80dec9

%23.23
%40.29
%36.48

CMYK Percentages of Color #80dec9

%42
%0
%9
%13

Triadic Colors of #80dec9

#80dec9 #c980de #dec980

Analogous Colors of #80dec9

#80dec9 #80c4de #80de9a

Monochromatic Colors of #80dec9

#80dec9

Complementary Color

#80dec9 #de8095

#80dec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80dec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80dec9 Color CSS Codes

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

#80dec9 Text Font Color

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

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


#80dec9 Background Color

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

This div background color is #80dec9


#80dec9 Border Color

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

This div border color is #80dec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80dec9


Comments

No comments written yet.

Please login to write comment.