Color Hex Logo

#1ed438 Color Hex

#1ED438
(30,212,56)
0 Favorites   0 Comments

Color spaces of #1ed438

RGB 3021256
HSL0.360.750.47
HSV129°86°83°
CMYK 0.860.000.74   0.17
XYZ24.792747.648511.6318
Yxy47.64850.29490.5668
Hunter Lab69.0279-56.687138.3286
CIE-Lab74.6027-71.057561.3131

#1ed438 color RGB value is (30,212,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010100 00111000
Octal 36 324 70
Decimal 30 212 56
Hex 1E D4 38

RGB Percentages of Color #1ed438

%10.07
%71.14
%18.79

CMYK Percentages of Color #1ed438

%86
%0
%74
%17

Triadic Colors of #1ed438

#1ed438 #381ed4 #d4381e

Analogous Colors of #1ed438

#1ed438 #1ed493 #5fd41e

Monochromatic Colors of #1ed438

#1ed438

Complementary Color

#1ed438 #d41eba

#1ed438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed438 Color CSS Codes

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

#1ed438 Text Font Color

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

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


#1ed438 Background Color

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

This div background color is #1ed438


#1ed438 Border Color

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

This div border color is #1ed438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed438


Comments

No comments written yet.

Please login to write comment.