Color Hex Logo

#1ed69b Color Hex

#1ED69B
(30,214,155)
0 Favorites   0 Comments

Color spaces of #1ed69b

RGB 30214155
HSL0.450.750.48
HSV161°86°84°
CMYK 0.860.000.28   0.16
XYZ30.498450.735739.1959
Yxy50.73570.25320.4213
Hunter Lab71.2290-48.221717.2342
CIE-Lab76.5186-56.479917.2415

#1ed69b color RGB value is (30,214,155).

#1ed69b hex color red value is 30, green value is 214 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #1ed69b hue: 0.45 , saturation: 0.75 and the lightness value of 1ed69b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010110 10011011
Octal 36 326 233
Decimal 30 214 155
Hex 1E D6 9B

RGB Percentages of Color #1ed69b

%7.52
%53.63
%38.85

CMYK Percentages of Color #1ed69b

%86
%0
%28
%16

Triadic Colors of #1ed69b

#1ed69b #9b1ed6 #d69b1e

Analogous Colors of #1ed69b

#1ed69b #1eb5d6 #1ed63f

Monochromatic Colors of #1ed69b

#1ed69b

Complementary Color

#1ed69b #d61e59

#1ed69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed69b Color CSS Codes

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

#1ed69b Text Font Color

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

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


#1ed69b Background Color

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

This div background color is #1ed69b


#1ed69b Border Color

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

This div border color is #1ed69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed69b


Comments

No comments written yet.

Please login to write comment.