Color Hex Logo

#3ae17f Color Hex

#3AE17F
(58,225,127)
0 Favorites   0 Comments

Color spaces of #3ae17f

RGB 58225127
HSL0.400.740.55
HSV145°74°88°
CMYK 0.740.000.44   0.12
XYZ32.500956.282329.2293
Yxy56.28230.27540.4769
Hunter Lab75.0215-53.957729.4150
CIE-Lab79.7742-63.178936.1102

#3ae17f color RGB value is (58,225,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100001 01111111
Octal 72 341 177
Decimal 58 225 127
Hex 3A E1 7F

RGB Percentages of Color #3ae17f

%14.15
%54.88
%30.98

CMYK Percentages of Color #3ae17f

%74
%0
%44
%12

Triadic Colors of #3ae17f

#3ae17f #7f3ae1 #e17f3a

Analogous Colors of #3ae17f

#3ae17f #3ae1d3 #49e13a

Monochromatic Colors of #3ae17f

#3ae17f

Complementary Color

#3ae17f #e13a9c

#3ae17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae17f Color CSS Codes

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

#3ae17f Text Font Color

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

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


#3ae17f Background Color

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

This div background color is #3ae17f


#3ae17f Border Color

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

This div border color is #3ae17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae17f


Comments

No comments written yet.

Please login to write comment.