Color Hex Logo

#1ed789 Color Hex

#1ED789
(30,215,137)
0 Favorites   0 Comments

Color spaces of #1ed789

RGB 30215137
HSL0.430.760.48
HSV155°86°84°
CMYK 0.860.000.36   0.16
XYZ29.351250.683031.9027
Yxy50.68300.26220.4528
Hunter Lab71.1920-50.993623.2652
CIE-Lab76.4866-60.688726.6226

#1ed789 color RGB value is (30,215,137).

#1ed789 hex color red value is 30, green value is 215 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #1ed789 hue: 0.43 , saturation: 0.76 and the lightness value of 1ed789 is 0.48.

The process color (four color CMYK) of #1ed789 color hex is 0.86, 0.00, 0.36, 0.16. Web safe color of #1ed789 is #33cc99. Color #1ed789 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010111 10001001
Octal 36 327 211
Decimal 30 215 137
Hex 1E D7 89

RGB Percentages of Color #1ed789

%7.85
%56.28
%35.86

CMYK Percentages of Color #1ed789

%86
%0
%36
%16

Triadic Colors of #1ed789

#1ed789 #891ed7 #d7891e

Analogous Colors of #1ed789

#1ed789 #1ec9d7 #1ed72d

Monochromatic Colors of #1ed789

#1ed789

Complementary Color

#1ed789 #d71e6c

#1ed789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed789 Color CSS Codes

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

#1ed789 Text Font Color

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

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


#1ed789 Background Color

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

This div background color is #1ed789


#1ed789 Border Color

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

This div border color is #1ed789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed789


Comments

No comments written yet.

Please login to write comment.