Color Hex Logo

#1ef88a Color Hex

#1EF88A
(30,248,138)
0 Favorites   0 Comments

Color spaces of #1ef88a

RGB 30248138
HSL0.420.940.55
HSV150°88°97°
CMYK 0.880.000.44   0.03
XYZ38.690369.245835.3713
Yxy69.24580.27000.4832
Hunter Lab83.2141-62.631233.0478
CIE-Lab86.6256-71.792439.4541

#1ef88a color RGB value is (30,248,138).

#1ef88a hex color red value is 30, green value is 248 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #1ef88a hue: 0.42 , saturation: 0.94 and the lightness value of 1ef88a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111000 10001010
Octal 36 370 212
Decimal 30 248 138
Hex 1E F8 8A

RGB Percentages of Color #1ef88a

%7.21
%59.62
%33.17

CMYK Percentages of Color #1ef88a

%88
%0
%44
%3

Triadic Colors of #1ef88a

#1ef88a #8a1ef8 #f88a1e

Analogous Colors of #1ef88a

#1ef88a #1ef8f7 #1ff81e

Monochromatic Colors of #1ef88a

#1ef88a

Complementary Color

#1ef88a #f81e8c

#1ef88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ef88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ef88a Color CSS Codes

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

#1ef88a Text Font Color

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

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


#1ef88a Background Color

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

This div background color is #1ef88a


#1ef88a Border Color

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

This div border color is #1ef88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ef88a


Comments

No comments written yet.

Please login to write comment.