Color Hex Logo

#1ea983 Color Hex

#1EA983
(30,169,131)
0 Favorites   0 Comments

Color spaces of #1ea983

RGB 30169131
HSL0.450.700.39
HSV164°82°66°
CMYK 0.820.000.22   0.34
XYZ18.820130.290626.3275
Yxy30.29060.24950.4015
Hunter Lab55.0369-35.275710.1638
CIE-Lab61.9042-44.36589.7189

#1ea983 color RGB value is (30,169,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101001 10000011
Octal 36 251 203
Decimal 30 169 131
Hex 1E A9 83

RGB Percentages of Color #1ea983

%9.09
%51.21
%39.70

CMYK Percentages of Color #1ea983

%82
%0
%22
%34

Triadic Colors of #1ea983

#1ea983 #831ea9 #a9831e

Analogous Colors of #1ea983

#1ea983 #1e8aa9 #1ea93e

Monochromatic Colors of #1ea983

#1ea983

Complementary Color

#1ea983 #a91e44

#1ea983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea983 Color CSS Codes

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

#1ea983 Text Font Color

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

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


#1ea983 Background Color

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

This div background color is #1ea983


#1ea983 Border Color

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

This div border color is #1ea983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea983


Comments

No comments written yet.

Please login to write comment.