Color Hex Logo

#3aec4a Color Hex

#3AEC4A
(58,236,74)
0 Favorites   0 Comments

Color spaces of #3aec4a

RGB 5823674
HSL0.350.820.58
HSV125°75°93°
CMYK 0.750.000.69   0.07
XYZ32.976461.384916.5890
Yxy61.38490.29720.5533
Hunter Lab78.3485-61.980442.2903
CIE-Lab82.5852-73.598563.1552

#3aec4a color RGB value is (58,236,74).

#3aec4a hex color red value is 58, green value is 236 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #3aec4a hue: 0.35 , saturation: 0.82 and the lightness value of 3aec4a is 0.58.

The process color (four color CMYK) of #3aec4a color hex is 0.75, 0.00, 0.69, 0.07. Web safe color of #3aec4a is #33ff33. Color #3aec4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11101100 01001010
Octal 72 354 112
Decimal 58 236 74
Hex 3A EC 4A

RGB Percentages of Color #3aec4a

%15.76
%64.13
%20.11

CMYK Percentages of Color #3aec4a

%75
%0
%69
%7

Triadic Colors of #3aec4a

#3aec4a #4a3aec #ec4a3a

Analogous Colors of #3aec4a

#3aec4a #3aeca3 #83ec3a

Monochromatic Colors of #3aec4a

#3aec4a

Complementary Color

#3aec4a #ec3adc

#3aec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aec4a Color CSS Codes

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

#3aec4a Text Font Color

<p style="color:#3aec4a">Text here</p>

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


#3aec4a Background Color

<div style="background-color:#3aec4a">
Div content here</div>

This div background color is #3aec4a


#3aec4a Border Color

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

This div border color is #3aec4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,236,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aec4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aec4a;
  -webkit-box-shadow: 1px 1px 3px 2px #3aec4a;
  box-shadow:         1px 1px 3px 2px #3aec4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,236,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aec4a


Comments

No comments written yet.

Please login to write comment.