Color Hex Logo

#1efd80 Color Hex

#1EFD80
(30,253,128)
0 Favorites   0 Comments

Color spaces of #1efd80

RGB 30253128
HSL0.410.980.55
HSV146°88°99°
CMYK 0.880.000.49   0.01
XYZ39.557072.085132.2510
Yxy72.08510.27490.5010
Hunter Lab84.9029-65.415536.9103
CIE-Lab88.0095-75.011046.0081

#1efd80 color RGB value is (30,253,128).

#1efd80 hex color red value is 30, green value is 253 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #1efd80 hue: 0.41 , saturation: 0.98 and the lightness value of 1efd80 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111101 10000000
Octal 36 375 200
Decimal 30 253 128
Hex 1E FD 80

RGB Percentages of Color #1efd80

%7.30
%61.56
%31.14

CMYK Percentages of Color #1efd80

%88
%0
%49
%1

Triadic Colors of #1efd80

#1efd80 #801efd #fd801e

Analogous Colors of #1efd80

#1efd80 #1efdf0 #2cfd1e

Monochromatic Colors of #1efd80

#1efd80

Complementary Color

#1efd80 #fd1e9b

#1efd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efd80 Color CSS Codes

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

#1efd80 Text Font Color

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

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


#1efd80 Background Color

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

This div background color is #1efd80


#1efd80 Border Color

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

This div border color is #1efd80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efd80


Comments

No comments written yet.

Please login to write comment.