Color Hex Logo

#80cf90 Color Hex

#80CF90
(128,207,144)
0 Favorites   0 Comments

Color spaces of #80cf90

RGB 128207144
HSL0.370.450.66
HSV132°38°81°
CMYK 0.380.000.30   0.19
XYZ36.249051.228534.3631
Yxy51.22850.29750.4205
Hunter Lab71.5741-34.852621.6364
CIE-Lab76.8172-37.478623.8620

#80cf90 color RGB value is (128,207,144).

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

The process color (four color CMYK) of #80cf90 color hex is 0.38, 0.00, 0.30, 0.19. Web safe color of #80cf90 is #99cc99. Color #80cf90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 10010000
Octal 200 317 220
Decimal 128 207 144
Hex 80 CF 90

RGB Percentages of Color #80cf90

%26.72
%43.22
%30.06

CMYK Percentages of Color #80cf90

%38
%0
%30
%19

Triadic Colors of #80cf90

#80cf90 #9080cf #cf9080

Analogous Colors of #80cf90

#80cf90 #80cfb8 #98cf80

Monochromatic Colors of #80cf90

#80cf90

Complementary Color

#80cf90 #cf80bf

#80cf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cf90 Color CSS Codes

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

#80cf90 Text Font Color

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

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


#80cf90 Background Color

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

This div background color is #80cf90


#80cf90 Border Color

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

This div border color is #80cf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cf90


Comments

No comments written yet.

Please login to write comment.