Color Hex Logo

#1ec80e Color Hex

#1EC80E
(30,200,14)
0 Favorites   0 Comments

Color spaces of #1ec80e

RGB 3020014
HSL0.320.870.42
HSV115°93°78°
CMYK 0.850.000.93   0.22
XYZ21.269041.61637.3272
Yxy41.61630.30290.5927
Hunter Lab64.5107-54.042838.4233
CIE-Lab70.6056-69.743367.9702

#1ec80e color RGB value is (30,200,14).

#1ec80e hex color red value is 30, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #1ec80e hue: 0.32 , saturation: 0.87 and the lightness value of 1ec80e is 0.42.

The process color (four color CMYK) of #1ec80e color hex is 0.85, 0.00, 0.93, 0.22. Web safe color of #1ec80e is #33cc00. Color #1ec80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001000 00001110
Octal 36 310 16
Decimal 30 200 14
Hex 1E C8 E

RGB Percentages of Color #1ec80e

%12.30
%81.97
%5.74

CMYK Percentages of Color #1ec80e

%85
%0
%93
%22

Triadic Colors of #1ec80e

#1ec80e #0e1ec8 #c80e1e

Analogous Colors of #1ec80e

#1ec80e #0ec85b #7bc80e

Monochromatic Colors of #1ec80e

#1ec80e

Complementary Color

#1ec80e #b80ec8

#1ec80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ec80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ec80e Color CSS Codes

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

#1ec80e Text Font Color

<p style="color:#1ec80e">Text here</p>

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


#1ec80e Background Color

<div style="background-color:#1ec80e">
Div content here</div>

This div background color is #1ec80e


#1ec80e Border Color

<div style="border:3px solid #1ec80e">
Div here</div>

This div border color is #1ec80e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,200,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ec80e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ec80e;
  -webkit-box-shadow: 1px 1px 3px 2px #1ec80e;
  box-shadow:         1px 1px 3px 2px #1ec80e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,200,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ec80e


Comments

No comments written yet.

Please login to write comment.