Color Hex Logo

#1ea966 Color Hex

#1EA966
(30,169,102)
0 Favorites   0 Comments

Color spaces of #1ea966

RGB 30169102
HSL0.420.700.39
HSV151°82°66°
CMYK 0.820.000.40   0.34
XYZ17.121729.611317.3835
Yxy29.61130.26700.4618
Hunter Lab54.4163-39.064719.1510
CIE-Lab61.3174-50.881024.8077

#1ea966 color RGB value is (30,169,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101001 01100110
Octal 36 251 146
Decimal 30 169 102
Hex 1E A9 66

RGB Percentages of Color #1ea966

%9.97
%56.15
%33.89

CMYK Percentages of Color #1ea966

%82
%0
%40
%34

Triadic Colors of #1ea966

#1ea966 #661ea9 #a9661e

Analogous Colors of #1ea966

#1ea966 #1ea7a9 #1ea921

Monochromatic Colors of #1ea966

#1ea966

Complementary Color

#1ea966 #a91e61

#1ea966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea966 Color CSS Codes

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

#1ea966 Text Font Color

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

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


#1ea966 Background Color

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

This div background color is #1ea966


#1ea966 Border Color

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

This div border color is #1ea966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea966


Comments

No comments written yet.

Please login to write comment.