Color Hex Logo

#1ea434 Color Hex

#1EA434
(30,164,52)
0 Favorites   0 Comments

Color spaces of #1ea434

RGB 3016452
HSL0.360.690.38
HSV130°82°64°
CMYK 0.820.000.68   0.36
XYZ14.430727.07497.7142
Yxy27.07490.29320.5501
Hunter Lab52.0335-41.554527.6335
CIE-Lab59.0436-56.724946.6281

#1ea434 color RGB value is (30,164,52).

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

The process color (four color CMYK) of #1ea434 color hex is 0.82, 0.00, 0.68, 0.36. Web safe color of #1ea434 is #339933. Color #1ea434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100100 00110100
Octal 36 244 64
Decimal 30 164 52
Hex 1E A4 34

RGB Percentages of Color #1ea434

%12.20
%66.67
%21.14

CMYK Percentages of Color #1ea434

%82
%0
%68
%36

Triadic Colors of #1ea434

#1ea434 #341ea4 #a4341e

Analogous Colors of #1ea434

#1ea434 #1ea477 #4ba41e

Monochromatic Colors of #1ea434

#1ea434

Complementary Color

#1ea434 #a41e8e

#1ea434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea434 Color CSS Codes

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

#1ea434 Text Font Color

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

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


#1ea434 Background Color

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

This div background color is #1ea434


#1ea434 Border Color

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

This div border color is #1ea434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea434


Comments

No comments written yet.

Please login to write comment.