Color Hex Logo

#1ed712 Color Hex

#1ED712
(30,215,18)
0 Favorites   0 Comments

Color spaces of #1ed712

RGB 3021518
HSL0.320.850.46
HSV116°92°84°
CMYK 0.860.000.92   0.16
XYZ24.945048.92068.7001
Yxy48.92060.30210.5925
Hunter Lab69.9433-58.739441.5853
CIE-Lab75.4019-73.849671.4469

#1ed712 color RGB value is (30,215,18).

#1ed712 hex color red value is 30, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #1ed712 hue: 0.32 , saturation: 0.85 and the lightness value of 1ed712 is 0.46.

The process color (four color CMYK) of #1ed712 color hex is 0.86, 0.00, 0.92, 0.16. Web safe color of #1ed712 is #33cc00. Color #1ed712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11010111 00010010
Octal 36 327 22
Decimal 30 215 18
Hex 1E D7 12

RGB Percentages of Color #1ed712

%11.41
%81.75
%6.84

CMYK Percentages of Color #1ed712

%86
%0
%92
%16

Triadic Colors of #1ed712

#1ed712 #121ed7 #d7121e

Analogous Colors of #1ed712

#1ed712 #12d769 #81d712

Monochromatic Colors of #1ed712

#1ed712

Complementary Color

#1ed712 #cb12d7

#1ed712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ed712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ed712 Color CSS Codes

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

#1ed712 Text Font Color

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

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


#1ed712 Background Color

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

This div background color is #1ed712


#1ed712 Border Color

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

This div border color is #1ed712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ed712


Comments

No comments written yet.

Please login to write comment.