Color Hex Logo

#1e8074 Color Hex

#1E8074
(30,128,116)
0 Favorites   0 Comments

Color spaces of #1e8074

RGB 30128116
HSL0.480.620.31
HSV173°77°50°
CMYK 0.770.000.09   0.50
XYZ11.407016.975319.1984
Yxy16.97530.23970.3568
Hunter Lab41.2011-22.68211.2135
CIE-Lab48.2289-30.2177-1.4103

#1e8074 color RGB value is (30,128,116).

#1e8074 hex color red value is 30, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #1e8074 hue: 0.48 , saturation: 0.62 and the lightness value of 1e8074 is 0.31.

The process color (four color CMYK) of #1e8074 color hex is 0.77, 0.00, 0.09, 0.50. Web safe color of #1e8074 is #339966. Color #1e8074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10000000 01110100
Octal 36 200 164
Decimal 30 128 116
Hex 1E 80 74

RGB Percentages of Color #1e8074

%10.95
%46.72
%42.34

CMYK Percentages of Color #1e8074

%77
%0
%9
%50

Triadic Colors of #1e8074

#1e8074 #741e80 #80741e

Analogous Colors of #1e8074

#1e8074 #1e5b80 #1e8043

Monochromatic Colors of #1e8074

#1e8074

Complementary Color

#1e8074 #801e2a

#1e8074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e8074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e8074 Color CSS Codes

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

#1e8074 Text Font Color

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

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


#1e8074 Background Color

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

This div background color is #1e8074


#1e8074 Border Color

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

This div border color is #1e8074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e8074


Comments

No comments written yet.

Please login to write comment.