Color Hex Logo

#1e9784 Color Hex

#1E9784
(30,151,132)
0 Favorites   0 Comments

Color spaces of #1e9784

RGB 30151132
HSL0.470.670.35
HSV171°80°59°
CMYK 0.800.000.13   0.41
XYZ15.766924.075225.6458
Yxy24.07520.24080.3676
Hunter Lab49.0665-28.50763.3572
CIE-Lab56.1630-36.31750.9052

#1e9784 color RGB value is (30,151,132).

#1e9784 hex color red value is 30, green value is 151 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #1e9784 hue: 0.47 , saturation: 0.67 and the lightness value of 1e9784 is 0.35.

The process color (four color CMYK) of #1e9784 color hex is 0.80, 0.00, 0.13, 0.41. Web safe color of #1e9784 is #339999. Color #1e9784 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10010111 10000100
Octal 36 227 204
Decimal 30 151 132
Hex 1E 97 84

RGB Percentages of Color #1e9784

%9.58
%48.24
%42.17

CMYK Percentages of Color #1e9784

%80
%0
%13
%41

Triadic Colors of #1e9784

#1e9784 #841e97 #97841e

Analogous Colors of #1e9784

#1e9784 #1e6e97 #1e9748

Monochromatic Colors of #1e9784

#1e9784

Complementary Color

#1e9784 #971e31

#1e9784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e9784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e9784 Color CSS Codes

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

#1e9784 Text Font Color

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

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


#1e9784 Background Color

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

This div background color is #1e9784


#1e9784 Border Color

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

This div border color is #1e9784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e9784


Comments

No comments written yet.

Please login to write comment.