Color Hex Logo

#1ea79c Color Hex

#1EA79C
(30,167,156)
0 Favorites   0 Comments

Color spaces of #1ea79c

RGB 30167156
HSL0.490.700.39
HSV175°82°65°
CMYK 0.820.000.07   0.35
XYZ20.354930.313836.2308
Yxy30.31380.23420.3488
Hunter Lab55.0580-30.3601-0.4751
CIE-Lab61.9240-36.7355-4.2395

#1ea79c color RGB value is (30,167,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100111 10011100
Octal 36 247 234
Decimal 30 167 156
Hex 1E A7 9C

RGB Percentages of Color #1ea79c

%8.50
%47.31
%44.19

CMYK Percentages of Color #1ea79c

%82
%0
%7
%35

Triadic Colors of #1ea79c

#1ea79c #9c1ea7 #a79c1e

Analogous Colors of #1ea79c

#1ea79c #1e6ea7 #1ea758

Monochromatic Colors of #1ea79c

#1ea79c

Complementary Color

#1ea79c #a71e29

#1ea79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea79c Color CSS Codes

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

#1ea79c Text Font Color

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

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


#1ea79c Background Color

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

This div background color is #1ea79c


#1ea79c Border Color

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

This div border color is #1ea79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea79c


Comments

No comments written yet.

Please login to write comment.