Color Hex Logo

#80eb47 Color Hex

#80EB47
(128,235,71)
0 Favorites   0 Comments

Color spaces of #80eb47

RGB 12823571
HSL0.280.800.60
HSV99°70°92°
CMYK 0.460.000.70   0.08
XYZ39.747764.460816.3085
Yxy64.46080.32980.5349
Hunter Lab80.2875-52.133644.1579
CIE-Lab84.2051-58.013766.5535

#80eb47 color RGB value is (128,235,71).

#80eb47 hex color red value is 128, green value is 235 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #80eb47 hue: 0.28 , saturation: 0.80 and the lightness value of 80eb47 is 0.60.

The process color (four color CMYK) of #80eb47 color hex is 0.46, 0.00, 0.70, 0.08. Web safe color of #80eb47 is #99ff33. Color #80eb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 01000111
Octal 200 353 107
Decimal 128 235 71
Hex 80 EB 47

RGB Percentages of Color #80eb47

%29.49
%54.15
%16.36

CMYK Percentages of Color #80eb47

%46
%0
%70
%8

Triadic Colors of #80eb47

#80eb47 #4780eb #eb4780

Analogous Colors of #80eb47

#80eb47 #47eb60 #d2eb47

Monochromatic Colors of #80eb47

#80eb47

Complementary Color

#80eb47 #b247eb

#80eb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eb47 Color CSS Codes

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

#80eb47 Text Font Color

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

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


#80eb47 Background Color

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

This div background color is #80eb47


#80eb47 Border Color

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

This div border color is #80eb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eb47


Comments

No comments written yet.

Please login to write comment.