Color Hex Logo

#1ef689 Color Hex

#1EF689
(30,246,137)
0 Favorites   0 Comments

Color spaces of #1ef689

RGB 30246137
HSL0.420.920.54
HSV150°88°96°
CMYK 0.880.000.44   0.04
XYZ38.006567.993734.7879
Yxy67.99370.27000.4830
Hunter Lab82.4583-62.028232.7073
CIE-Lab86.0033-71.306039.1413

#1ef689 color RGB value is (30,246,137).

#1ef689 hex color red value is 30, green value is 246 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #1ef689 hue: 0.42 , saturation: 0.92 and the lightness value of 1ef689 is 0.54.

The process color (four color CMYK) of #1ef689 color hex is 0.88, 0.00, 0.44, 0.04. Web safe color of #1ef689 is #33ff99. Color #1ef689 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11110110 10001001
Octal 36 366 211
Decimal 30 246 137
Hex 1E F6 89

RGB Percentages of Color #1ef689

%7.26
%59.56
%33.17

CMYK Percentages of Color #1ef689

%88
%0
%44
%4

Triadic Colors of #1ef689

#1ef689 #891ef6 #f6891e

Analogous Colors of #1ef689

#1ef689 #1ef6f5 #1ff61e

Monochromatic Colors of #1ef689

#1ef689

Complementary Color

#1ef689 #f61e8b

#1ef689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ef689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ef689 Color CSS Codes

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

#1ef689 Text Font Color

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

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


#1ef689 Background Color

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

This div background color is #1ef689


#1ef689 Border Color

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

This div border color is #1ef689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,246,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 #1ef689">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ef689


Comments

No comments written yet.

Please login to write comment.