Color Hex Logo

#1eac71 Color Hex

#1EAC71
(30,172,113)
0 Favorites   0 Comments

Color spaces of #1eac71

RGB 30172113
HSL0.430.700.40
HSV155°83°67°
CMYK 0.830.000.34   0.33
XYZ18.268630.973320.6384
Yxy30.97330.26140.4432
Hunter Lab55.6537-38.800416.9707
CIE-Lab62.4851-49.744820.4327

#1eac71 color RGB value is (30,172,113).

#1eac71 hex color red value is 30, green value is 172 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #1eac71 hue: 0.43 , saturation: 0.70 and the lightness value of 1eac71 is 0.40.

The process color (four color CMYK) of #1eac71 color hex is 0.83, 0.00, 0.34, 0.33. Web safe color of #1eac71 is #339966. Color #1eac71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101100 01110001
Octal 36 254 161
Decimal 30 172 113
Hex 1E AC 71

RGB Percentages of Color #1eac71

%9.52
%54.60
%35.87

CMYK Percentages of Color #1eac71

%83
%0
%34
%33

Triadic Colors of #1eac71

#1eac71 #711eac #ac711e

Analogous Colors of #1eac71

#1eac71 #1ea0ac #1eac2a

Monochromatic Colors of #1eac71

#1eac71

Complementary Color

#1eac71 #ac1e59

#1eac71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eac71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eac71 Color CSS Codes

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

#1eac71 Text Font Color

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

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


#1eac71 Background Color

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

This div background color is #1eac71


#1eac71 Border Color

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

This div border color is #1eac71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eac71


Comments

No comments written yet.

Please login to write comment.