Color Hex Logo

#1ed78b Color Hex

#1ED78B
(30,215,139)
0 Favorites   0 Comments

Color spaces of #1ed78b

RGB 30215139
HSL0.430.760.48
HSV155°86°84°
CMYK 0.860.000.35   0.16
XYZ29.496150.741032.6655
Yxy50.74100.26130.4494
Hunter Lab71.2327-50.743822.6740
CIE-Lab76.5219-60.285525.6330

#1ed78b color RGB value is (30,215,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010111 10001011
Octal 36 327 213
Decimal 30 215 139
Hex 1E D7 8B

RGB Percentages of Color #1ed78b

%7.81
%55.99
%36.20

CMYK Percentages of Color #1ed78b

%86
%0
%35
%16

Triadic Colors of #1ed78b

#1ed78b #8b1ed7 #d78b1e

Analogous Colors of #1ed78b

#1ed78b #1ec7d7 #1ed72f

Monochromatic Colors of #1ed78b

#1ed78b

Complementary Color

#1ed78b #d71e6a

#1ed78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed78b Color CSS Codes

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

#1ed78b Text Font Color

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

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


#1ed78b Background Color

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

This div background color is #1ed78b


#1ed78b Border Color

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

This div border color is #1ed78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed78b


Comments

No comments written yet.

Please login to write comment.