Color Hex Logo

#1edc14 Color Hex

#1EDC14
(30,220,20)
0 Favorites   0 Comments

Color spaces of #1edc14

RGB 3022020
HSL0.330.830.47
HSV117°91°86°
CMYK 0.860.000.91   0.14
XYZ26.254951.51299.2210
Yxy51.51290.30180.5922
Hunter Lab71.7725-60.305342.6234
CIE-Lab76.9887-75.181072.4967

#1edc14 color RGB value is (30,220,20).

#1edc14 hex color red value is 30, green value is 220 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #1edc14 hue: 0.33 , saturation: 0.83 and the lightness value of 1edc14 is 0.47.

The process color (four color CMYK) of #1edc14 color hex is 0.86, 0.00, 0.91, 0.14. Web safe color of #1edc14 is #33cc00. Color #1edc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011100 00010100
Octal 36 334 24
Decimal 30 220 20
Hex 1E DC 14

RGB Percentages of Color #1edc14

%11.11
%81.48
%7.41

CMYK Percentages of Color #1edc14

%86
%0
%91
%14

Triadic Colors of #1edc14

#1edc14 #141edc #dc141e

Analogous Colors of #1edc14

#1edc14 #14dc6e #82dc14

Monochromatic Colors of #1edc14

#1edc14

Complementary Color

#1edc14 #d214dc

#1edc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edc14 Color CSS Codes

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

#1edc14 Text Font Color

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

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


#1edc14 Background Color

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

This div background color is #1edc14


#1edc14 Border Color

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

This div border color is #1edc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edc14


Comments

No comments written yet.

Please login to write comment.