Color Hex Logo

#1ed21f Color Hex

#1ED21F
(30,210,31)
0 Favorites   0 Comments

Color spaces of #1ed21f

RGB 3021031
HSL0.330.750.47
HSV120°86°82°
CMYK 0.860.000.85   0.18
XYZ23.829346.46819.0096
Yxy46.46810.30050.5859
Hunter Lab68.1675-56.895039.8810
CIE-Lab73.8483-71.998567.7586

#1ed21f color RGB value is (30,210,31).

#1ed21f hex color red value is 30, green value is 210 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1ed21f hue: 0.33 , saturation: 0.75 and the lightness value of 1ed21f is 0.47.

The process color (four color CMYK) of #1ed21f color hex is 0.86, 0.00, 0.85, 0.18. Web safe color of #1ed21f is #33cc33. Color #1ed21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010010 00011111
Octal 36 322 37
Decimal 30 210 31
Hex 1E D2 1F

RGB Percentages of Color #1ed21f

%11.07
%77.49
%11.44

CMYK Percentages of Color #1ed21f

%86
%0
%85
%18

Triadic Colors of #1ed21f

#1ed21f #1f1ed2 #d21f1e

Analogous Colors of #1ed21f

#1ed21f #1ed279 #77d21e

Monochromatic Colors of #1ed21f

#1ed21f

Complementary Color

#1ed21f #d21ed1

#1ed21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed21f Color CSS Codes

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

#1ed21f Text Font Color

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

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


#1ed21f Background Color

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

This div background color is #1ed21f


#1ed21f Border Color

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

This div border color is #1ed21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed21f


Comments

No comments written yet.

Please login to write comment.