Color Hex Logo

#1ec370 Color Hex

#1EC370
(30,195,112)
0 Favorites   0 Comments

Color spaces of #1ec370

RGB 30195112
HSL0.420.730.44
HSV150°85°76°
CMYK 0.850.000.43   0.24
XYZ22.975240.476121.9310
Yxy40.47610.26910.4741
Hunter Lab63.6208-46.875324.0965
CIE-Lab69.8073-58.393330.7071

#1ec370 color RGB value is (30,195,112).

#1ec370 hex color red value is 30, green value is 195 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #1ec370 hue: 0.42 , saturation: 0.73 and the lightness value of 1ec370 is 0.44.

The process color (four color CMYK) of #1ec370 color hex is 0.85, 0.00, 0.43, 0.24. Web safe color of #1ec370 is #33cc66. Color #1ec370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11000011 01110000
Octal 36 303 160
Decimal 30 195 112
Hex 1E C3 70

RGB Percentages of Color #1ec370

%8.90
%57.86
%33.23

CMYK Percentages of Color #1ec370

%85
%0
%43
%24

Triadic Colors of #1ec370

#1ec370 #701ec3 #c3701e

Analogous Colors of #1ec370

#1ec370 #1ec3c3 #1ec31e

Monochromatic Colors of #1ec370

#1ec370

Complementary Color

#1ec370 #c31e71

#1ec370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ec370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ec370 Color CSS Codes

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

#1ec370 Text Font Color

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

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


#1ec370 Background Color

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

This div background color is #1ec370


#1ec370 Border Color

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

This div border color is #1ec370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ec370


Comments

No comments written yet.

Please login to write comment.