Color Hex Logo

#80ec15 Color Hex

#80EC15
(128,236,21)
0 Favorites   0 Comments

Color spaces of #80ec15

RGB 12823621
HSL0.250.850.50
HSV90°91°93°
CMYK 0.460.000.91   0.07
XYZ39.032964.634211.1279
Yxy64.63420.34000.5630
Hunter Lab80.3954-54.028148.0702
CIE-Lab84.2949-60.655579.4144

#80ec15 color RGB value is (128,236,21).

#80ec15 hex color red value is 128, green value is 236 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #80ec15 hue: 0.25 , saturation: 0.85 and the lightness value of 80ec15 is 0.50.

The process color (four color CMYK) of #80ec15 color hex is 0.46, 0.00, 0.91, 0.07. Web safe color of #80ec15 is #99ff00. Color #80ec15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101100 00010101
Octal 200 354 25
Decimal 128 236 21
Hex 80 EC 15

RGB Percentages of Color #80ec15

%33.25
%61.30
%5.45

CMYK Percentages of Color #80ec15

%46
%0
%91
%7

Triadic Colors of #80ec15

#80ec15 #1580ec #ec1580

Analogous Colors of #80ec15

#80ec15 #15ec16 #ecec15

Monochromatic Colors of #80ec15

#80ec15

Complementary Color

#80ec15 #8115ec

#80ec15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ec15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ec15 Color CSS Codes

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

#80ec15 Text Font Color

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

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


#80ec15 Background Color

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

This div background color is #80ec15


#80ec15 Border Color

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

This div border color is #80ec15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ec15


Comments

No comments written yet.

Please login to write comment.