Color Hex Logo

#1ea586 Color Hex

#1EA586
(30,165,134)
0 Favorites   0 Comments

Color spaces of #1ea586

RGB 30165134
HSL0.460.690.38
HSV166°82°65°
CMYK 0.820.000.19   0.35
XYZ18.293628.907527.1698
Yxy28.90750.24600.3887
Hunter Lab53.7657-33.35597.6746
CIE-Lab60.6999-41.91856.3278

#1ea586 color RGB value is (30,165,134).

#1ea586 hex color red value is 30, green value is 165 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #1ea586 hue: 0.46 , saturation: 0.69 and the lightness value of 1ea586 is 0.38.

The process color (four color CMYK) of #1ea586 color hex is 0.82, 0.00, 0.19, 0.35. Web safe color of #1ea586 is #339999. Color #1ea586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100101 10000110
Octal 36 245 206
Decimal 30 165 134
Hex 1E A5 86

RGB Percentages of Color #1ea586

%9.12
%50.15
%40.73

CMYK Percentages of Color #1ea586

%82
%0
%19
%35

Triadic Colors of #1ea586

#1ea586 #861ea5 #a5861e

Analogous Colors of #1ea586

#1ea586 #1e81a5 #1ea543

Monochromatic Colors of #1ea586

#1ea586

Complementary Color

#1ea586 #a51e3d

#1ea586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea586 Color CSS Codes

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

#1ea586 Text Font Color

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

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


#1ea586 Background Color

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

This div background color is #1ea586


#1ea586 Border Color

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

This div border color is #1ea586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea586


Comments

No comments written yet.

Please login to write comment.