Color Hex Logo

#80cc90 Color Hex

#80CC90
(128,204,144)
0 Favorites   0 Comments

Color spaces of #80cc90

RGB 128204144
HSL0.370.430.65
HSV133°37°80°
CMYK 0.370.000.29   0.20
XYZ35.529049.788534.1231
Yxy49.78850.29750.4168
Hunter Lab70.5610-33.603020.7202
CIE-Lab75.9393-36.111122.6660

#80cc90 color RGB value is (128,204,144).

#80cc90 hex color red value is 128, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #80cc90 hue: 0.37 , saturation: 0.43 and the lightness value of 80cc90 is 0.65.

The process color (four color CMYK) of #80cc90 color hex is 0.37, 0.00, 0.29, 0.20. Web safe color of #80cc90 is #99cc99. Color #80cc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001100 10010000
Octal 200 314 220
Decimal 128 204 144
Hex 80 CC 90

RGB Percentages of Color #80cc90

%26.89
%42.86
%30.25

CMYK Percentages of Color #80cc90

%37
%0
%29
%20

Triadic Colors of #80cc90

#80cc90 #9080cc #cc9080

Analogous Colors of #80cc90

#80cc90 #80ccb6 #96cc80

Monochromatic Colors of #80cc90

#80cc90

Complementary Color

#80cc90 #cc80bc

#80cc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cc90 Color CSS Codes

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

#80cc90 Text Font Color

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

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


#80cc90 Background Color

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

This div background color is #80cc90


#80cc90 Border Color

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

This div border color is #80cc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cc90


Comments

No comments written yet.

Please login to write comment.