Color Hex Logo

#1ea980 Color Hex

#1EA980
(30,169,128)
0 Favorites   0 Comments

Color spaces of #1ea980

RGB 30169128
HSL0.450.700.39
HSV162°82°66°
CMYK 0.820.000.24   0.34
XYZ18.619730.210525.2719
Yxy30.21050.25130.4077
Hunter Lab54.9641-35.718311.2139
CIE-Lab61.8354-45.107711.2884

#1ea980 color RGB value is (30,169,128).

#1ea980 hex color red value is 30, green value is 169 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #1ea980 hue: 0.45 , saturation: 0.70 and the lightness value of 1ea980 is 0.39.

The process color (four color CMYK) of #1ea980 color hex is 0.82, 0.00, 0.24, 0.34. Web safe color of #1ea980 is #339999. Color #1ea980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101001 10000000
Octal 36 251 200
Decimal 30 169 128
Hex 1E A9 80

RGB Percentages of Color #1ea980

%9.17
%51.68
%39.14

CMYK Percentages of Color #1ea980

%82
%0
%24
%34

Triadic Colors of #1ea980

#1ea980 #801ea9 #a9801e

Analogous Colors of #1ea980

#1ea980 #1e8da9 #1ea93b

Monochromatic Colors of #1ea980

#1ea980

Complementary Color

#1ea980 #a91e47

#1ea980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea980 Color CSS Codes

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

#1ea980 Text Font Color

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

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


#1ea980 Background Color

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

This div background color is #1ea980


#1ea980 Border Color

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

This div border color is #1ea980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea980


Comments

No comments written yet.

Please login to write comment.