Color Hex Logo

#1ea82b Color Hex

#1EA82B
(30,168,43)
0 Favorites   0 Comments

Color spaces of #1ea82b

RGB 3016843
HSL0.350.700.39
HSV126°82°66°
CMYK 0.820.000.74   0.34
XYZ14.974128.45576.9888
Yxy28.45570.29700.5644
Hunter Lab53.3439-43.245329.5729
CIE-Lab60.2982-58.825851.4711

#1ea82b color RGB value is (30,168,43).

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

The process color (four color CMYK) of #1ea82b color hex is 0.82, 0.00, 0.74, 0.34. Web safe color of #1ea82b is #339933. Color #1ea82b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101000 00101011
Octal 36 250 53
Decimal 30 168 43
Hex 1E A8 2B

RGB Percentages of Color #1ea82b

%12.45
%69.71
%17.84

CMYK Percentages of Color #1ea82b

%82
%0
%74
%34

Triadic Colors of #1ea82b

#1ea82b #2b1ea8 #a82b1e

Analogous Colors of #1ea82b

#1ea82b #1ea870 #56a81e

Monochromatic Colors of #1ea82b

#1ea82b

Complementary Color

#1ea82b #a81e9b

#1ea82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea82b Color CSS Codes

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

#1ea82b Text Font Color

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

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


#1ea82b Background Color

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

This div background color is #1ea82b


#1ea82b Border Color

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

This div border color is #1ea82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea82b


Comments

No comments written yet.

Please login to write comment.