Color Hex Logo

#1ea64b Color Hex

#1EA64B
(30,166,75)
0 Favorites   0 Comments

Color spaces of #1ea64b

RGB 3016675
HSL0.390.690.38
HSV140°82°65°
CMYK 0.820.000.55   0.35
XYZ15.441628.056511.2582
Yxy28.05650.28200.5124
Hunter Lab52.9684-40.657524.4760
CIE-Lab59.9397-54.499137.0593

#1ea64b color RGB value is (30,166,75).

#1ea64b hex color red value is 30, green value is 166 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #1ea64b hue: 0.39 , saturation: 0.69 and the lightness value of 1ea64b is 0.38.

The process color (four color CMYK) of #1ea64b color hex is 0.82, 0.00, 0.55, 0.35. Web safe color of #1ea64b is #339933. Color #1ea64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100110 01001011
Octal 36 246 113
Decimal 30 166 75
Hex 1E A6 4B

RGB Percentages of Color #1ea64b

%11.07
%61.25
%27.68

CMYK Percentages of Color #1ea64b

%82
%0
%55
%35

Triadic Colors of #1ea64b

#1ea64b #4b1ea6 #a64b1e

Analogous Colors of #1ea64b

#1ea64b #1ea68f #35a61e

Monochromatic Colors of #1ea64b

#1ea64b

Complementary Color

#1ea64b #a61e79

#1ea64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea64b Color CSS Codes

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

#1ea64b Text Font Color

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

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


#1ea64b Background Color

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

This div background color is #1ea64b


#1ea64b Border Color

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

This div border color is #1ea64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea64b


Comments

No comments written yet.

Please login to write comment.