Color Hex Logo

#3ae17a Color Hex

#3AE17A
(58,225,122)
0 Favorites   0 Comments

Color spaces of #3ae17a

RGB 58225122
HSL0.400.740.55
HSV143°74°88°
CMYK 0.740.000.46   0.12
XYZ32.183056.155127.5552
Yxy56.15510.27770.4845
Hunter Lab74.9367-54.479030.6540
CIE-Lab79.7020-64.011438.4975

#3ae17a color RGB value is (58,225,122).

#3ae17a hex color red value is 58, green value is 225 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #3ae17a hue: 0.40 , saturation: 0.74 and the lightness value of 3ae17a is 0.55.

The process color (four color CMYK) of #3ae17a color hex is 0.74, 0.00, 0.46, 0.12. Web safe color of #3ae17a is #33cc66. Color #3ae17a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 01111010
Octal 72 341 172
Decimal 58 225 122
Hex 3A E1 7A

RGB Percentages of Color #3ae17a

%14.32
%55.56
%30.12

CMYK Percentages of Color #3ae17a

%74
%0
%46
%12

Triadic Colors of #3ae17a

#3ae17a #7a3ae1 #e17a3a

Analogous Colors of #3ae17a

#3ae17a #3ae1ce #4de13a

Monochromatic Colors of #3ae17a

#3ae17a

Complementary Color

#3ae17a #e13aa1

#3ae17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae17a Color CSS Codes

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

#3ae17a Text Font Color

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

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


#3ae17a Background Color

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

This div background color is #3ae17a


#3ae17a Border Color

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

This div border color is #3ae17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae17a


Comments

No comments written yet.

Please login to write comment.