Color Hex Logo

#1eda6c Color Hex

#1EDA6C
(30,218,108)
0 Favorites   0 Comments

Color spaces of #1eda6c

RGB 30218108
HSL0.400.760.49
HSV145°86°85°
CMYK 0.860.000.50   0.15
XYZ28.313651.501522.6359
Yxy51.50150.27640.5027
Hunter Lab71.7645-55.163531.5340
CIE-Lab76.9818-66.853541.8341

#1eda6c color RGB value is (30,218,108).

#1eda6c hex color red value is 30, green value is 218 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #1eda6c hue: 0.40 , saturation: 0.76 and the lightness value of 1eda6c is 0.49.

The process color (four color CMYK) of #1eda6c color hex is 0.86, 0.00, 0.50, 0.15. Web safe color of #1eda6c is #33cc66. Color #1eda6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011010 01101100
Octal 36 332 154
Decimal 30 218 108
Hex 1E DA 6C

RGB Percentages of Color #1eda6c

%8.43
%61.24
%30.34

CMYK Percentages of Color #1eda6c

%86
%0
%50
%15

Triadic Colors of #1eda6c

#1eda6c #6c1eda #da6c1e

Analogous Colors of #1eda6c

#1eda6c #1edaca #2eda1e

Monochromatic Colors of #1eda6c

#1eda6c

Complementary Color

#1eda6c #da1e8c

#1eda6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eda6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eda6c Color CSS Codes

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

#1eda6c Text Font Color

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

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


#1eda6c Background Color

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

This div background color is #1eda6c


#1eda6c Border Color

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

This div border color is #1eda6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eda6c


Comments

No comments written yet.

Please login to write comment.