Color Hex Logo

#1ea68c Color Hex

#1EA68C
(30,166,140)
0 Favorites   0 Comments

Color spaces of #1ea68c

RGB 30166140
HSL0.470.690.38
HSV169°82°65°
CMYK 0.820.000.16   0.35
XYZ18.905329.441929.4974
Yxy29.44190.24290.3782
Hunter Lab54.2604-32.76315.7506
CIE-Lab61.1697-40.76083.6401

#1ea68c color RGB value is (30,166,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100110 10001100
Octal 36 246 214
Decimal 30 166 140
Hex 1E A6 8C

RGB Percentages of Color #1ea68c

%8.93
%49.40
%41.67

CMYK Percentages of Color #1ea68c

%82
%0
%16
%35

Triadic Colors of #1ea68c

#1ea68c #8c1ea6 #a68c1e

Analogous Colors of #1ea68c

#1ea68c #1e7ca6 #1ea648

Monochromatic Colors of #1ea68c

#1ea68c

Complementary Color

#1ea68c #a61e38

#1ea68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea68c Color CSS Codes

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

#1ea68c Text Font Color

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

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


#1ea68c Background Color

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

This div background color is #1ea68c


#1ea68c Border Color

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

This div border color is #1ea68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea68c


Comments

No comments written yet.

Please login to write comment.