Color Hex Logo

#1ea852 Color Hex

#1EA852
(30,168,82)
0 Favorites   0 Comments

Color spaces of #1ea852

RGB 3016882
HSL0.400.700.39
HSV143°82°66°
CMYK 0.820.000.51   0.34
XYZ16.061028.890512.7126
Yxy28.89050.27850.5010
Hunter Lab53.7499-40.724723.6020
CIE-Lab60.6849-54.110634.4642

#1ea852 color RGB value is (30,168,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101000 01010010
Octal 36 250 122
Decimal 30 168 82
Hex 1E A8 52

RGB Percentages of Color #1ea852

%10.71
%60.00
%29.29

CMYK Percentages of Color #1ea852

%82
%0
%51
%34

Triadic Colors of #1ea852

#1ea852 #521ea8 #a8521e

Analogous Colors of #1ea852

#1ea852 #1ea897 #2fa81e

Monochromatic Colors of #1ea852

#1ea852

Complementary Color

#1ea852 #a81e74

#1ea852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea852 Color CSS Codes

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

#1ea852 Text Font Color

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

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


#1ea852 Background Color

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

This div background color is #1ea852


#1ea852 Border Color

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

This div border color is #1ea852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea852


Comments

No comments written yet.

Please login to write comment.