Color Hex Logo

#80f311 Color Hex

#80F311
(128,243,17)
0 Favorites   0 Comments

Color spaces of #80f311

RGB 12824317
HSL0.250.900.51
HSV91°93°95°
CMYK 0.470.000.93   0.05
XYZ41.053968.730811.6329
Yxy68.73080.33810.5661
Hunter Lab82.9040-56.689349.7134
CIE-Lab86.3706-63.295881.5996

#80f311 color RGB value is (128,243,17).

#80f311 hex color red value is 128, green value is 243 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #80f311 hue: 0.25 , saturation: 0.90 and the lightness value of 80f311 is 0.51.

The process color (four color CMYK) of #80f311 color hex is 0.47, 0.00, 0.93, 0.05. Web safe color of #80f311 is #99ff00. Color #80f311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11110011 00010001
Octal 200 363 21
Decimal 128 243 17
Hex 80 F3 11

RGB Percentages of Color #80f311

%32.99
%62.63
%4.38

CMYK Percentages of Color #80f311

%47
%0
%93
%5

Triadic Colors of #80f311

#80f311 #1180f3 #f31180

Analogous Colors of #80f311

#80f311 #11f313 #f1f311

Monochromatic Colors of #80f311

#80f311

Complementary Color

#80f311 #8411f3

#80f311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80f311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80f311 Color CSS Codes

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

#80f311 Text Font Color

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

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


#80f311 Background Color

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

This div background color is #80f311


#80f311 Border Color

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

This div border color is #80f311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80f311

Related Colors


Comments

No comments written yet.

Please login to write comment.