Color Hex Logo

#1ea217 Color Hex

#1EA217
(30,162,23)
0 Favorites   0 Comments

Color spaces of #1ea217

RGB 3016223
HSL0.320.750.36
HSV117°86°64°
CMYK 0.810.000.86   0.36
XYZ13.610426.17855.1462
Yxy26.17850.30290.5826
Hunter Lab51.1649-42.055829.8520
CIE-Lab58.2061-58.268155.6303

#1ea217 color RGB value is (30,162,23).

#1ea217 hex color red value is 30, green value is 162 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #1ea217 hue: 0.32 , saturation: 0.75 and the lightness value of 1ea217 is 0.36.

The process color (four color CMYK) of #1ea217 color hex is 0.81, 0.00, 0.86, 0.36. Web safe color of #1ea217 is #339900. Color #1ea217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100010 00010111
Octal 36 242 27
Decimal 30 162 23
Hex 1E A2 17

RGB Percentages of Color #1ea217

%13.95
%75.35
%10.70

CMYK Percentages of Color #1ea217

%81
%0
%86
%36

Triadic Colors of #1ea217

#1ea217 #171ea2 #a2171e

Analogous Colors of #1ea217

#1ea217 #17a255 #64a217

Monochromatic Colors of #1ea217

#1ea217

Complementary Color

#1ea217 #9b17a2

#1ea217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea217 Color CSS Codes

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

#1ea217 Text Font Color

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

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


#1ea217 Background Color

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

This div background color is #1ea217


#1ea217 Border Color

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

This div border color is #1ea217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea217


Comments

No comments written yet.

Please login to write comment.