Color Hex Logo

#1ea878 Color Hex

#1EA878
(30,168,120)
0 Favorites   0 Comments

Color spaces of #1ea878

RGB 30168120
HSL0.440.700.39
HSV159°82°66°
CMYK 0.820.000.29   0.34
XYZ17.928229.637322.5450
Yxy29.63730.25570.4227
Hunter Lab54.4402-36.486713.5547
CIE-Lab61.3400-46.612515.0243

#1ea878 color RGB value is (30,168,120).

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

The process color (four color CMYK) of #1ea878 color hex is 0.82, 0.00, 0.29, 0.34. Web safe color of #1ea878 is #339966. Color #1ea878 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101000 01111000
Octal 36 250 170
Decimal 30 168 120
Hex 1E A8 78

RGB Percentages of Color #1ea878

%9.43
%52.83
%37.74

CMYK Percentages of Color #1ea878

%82
%0
%29
%34

Triadic Colors of #1ea878

#1ea878 #781ea8 #a8781e

Analogous Colors of #1ea878

#1ea878 #1e93a8 #1ea833

Monochromatic Colors of #1ea878

#1ea878

Complementary Color

#1ea878 #a81e4e

#1ea878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea878 Color CSS Codes

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

#1ea878 Text Font Color

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

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


#1ea878 Background Color

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

This div background color is #1ea878


#1ea878 Border Color

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

This div border color is #1ea878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea878


Comments

No comments written yet.

Please login to write comment.