Color Hex Logo

#1ea793 Color Hex

#1EA793
(30,167,147)
0 Favorites   0 Comments

Color spaces of #1ea793

RGB 30167147
HSL0.480.700.39
HSV171°82°65°
CMYK 0.820.000.12   0.35
XYZ19.620630.020032.3641
Yxy30.02000.23930.3661
Hunter Lab54.7905-31.96223.3315
CIE-Lab61.6715-39.28820.4420

#1ea793 color RGB value is (30,167,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100111 10010011
Octal 36 247 223
Decimal 30 167 147
Hex 1E A7 93

RGB Percentages of Color #1ea793

%8.72
%48.55
%42.73

CMYK Percentages of Color #1ea793

%82
%0
%12
%35

Triadic Colors of #1ea793

#1ea793 #931ea7 #a7931e

Analogous Colors of #1ea793

#1ea793 #1e77a7 #1ea74f

Monochromatic Colors of #1ea793

#1ea793

Complementary Color

#1ea793 #a71e32

#1ea793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea793 Color CSS Codes

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

#1ea793 Text Font Color

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

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


#1ea793 Background Color

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

This div background color is #1ea793


#1ea793 Border Color

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

This div border color is #1ea793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea793


Comments

No comments written yet.

Please login to write comment.