Color Hex Logo

#80f551 Color Hex

#80F551
(128,245,81)
0 Favorites   0 Comments

Color spaces of #80f551

RGB 12824581
HSL0.290.890.64
HSV103°67°96°
CMYK 0.480.000.67   0.04
XYZ43.039770.488119.1217
Yxy70.48810.32450.5314
Hunter Lab83.9572-55.419145.2664
CIE-Lab87.2357-61.026565.9924

#80f551 color RGB value is (128,245,81).

#80f551 hex color red value is 128, green value is 245 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #80f551 hue: 0.29 , saturation: 0.89 and the lightness value of 80f551 is 0.64.

The process color (four color CMYK) of #80f551 color hex is 0.48, 0.00, 0.67, 0.04. Web safe color of #80f551 is #99ff66. Color #80f551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11110101 01010001
Octal 200 365 121
Decimal 128 245 81
Hex 80 F5 51

RGB Percentages of Color #80f551

%28.19
%53.96
%17.84

CMYK Percentages of Color #80f551

%48
%0
%67
%4

Triadic Colors of #80f551

#80f551 #5180f5 #f55180

Analogous Colors of #80f551

#80f551 #51f574 #d2f551

Monochromatic Colors of #80f551

#80f551

Complementary Color

#80f551 #c651f5

#80f551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80f551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80f551 Color CSS Codes

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

#80f551 Text Font Color

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

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


#80f551 Background Color

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

This div background color is #80f551


#80f551 Border Color

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

This div border color is #80f551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80f551


Comments

No comments written yet.

Please login to write comment.