Color Hex Logo

#1ec895 Color Hex

#1EC895
(30,200,149)
0 Favorites   0 Comments

Color spaces of #1ec895

RGB 30200149
HSL0.450.740.45
HSV162°85°78°
CMYK 0.850.000.26   0.22
XYZ26.614543.754535.4765
Yxy43.75450.25140.4134
Hunter Lab66.1472-43.937614.5042
CIE-Lab72.0641-52.474514.2119

#1ec895 color RGB value is (30,200,149).

#1ec895 hex color red value is 30, green value is 200 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #1ec895 hue: 0.45 , saturation: 0.74 and the lightness value of 1ec895 is 0.45.

The process color (four color CMYK) of #1ec895 color hex is 0.85, 0.00, 0.26, 0.22. Web safe color of #1ec895 is #33cc99. Color #1ec895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001000 10010101
Octal 36 310 225
Decimal 30 200 149
Hex 1E C8 95

RGB Percentages of Color #1ec895

%7.92
%52.77
%39.31

CMYK Percentages of Color #1ec895

%85
%0
%26
%22

Triadic Colors of #1ec895

#1ec895 #951ec8 #c8951e

Analogous Colors of #1ec895

#1ec895 #1ea6c8 #1ec840

Monochromatic Colors of #1ec895

#1ec895

Complementary Color

#1ec895 #c81e51

#1ec895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ec895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ec895 Color CSS Codes

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

#1ec895 Text Font Color

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

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


#1ec895 Background Color

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

This div background color is #1ec895


#1ec895 Border Color

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

This div border color is #1ec895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ec895


Comments

No comments written yet.

Please login to write comment.