Color Hex Logo

#3ae06d Color Hex

#3AE06D
(58,224,109)
0 Favorites   0 Comments

Color spaces of #3ae06d

RGB 58224109
HSL0.380.730.55
HSV138°74°88°
CMYK 0.740.000.51   0.12
XYZ31.160955.315023.5025
Yxy55.31500.28330.5030
Hunter Lab74.3741-55.367533.3260
CIE-Lab79.2224-65.673044.2041

#3ae06d color RGB value is (58,224,109).

#3ae06d hex color red value is 58, green value is 224 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3ae06d hue: 0.38 , saturation: 0.73 and the lightness value of 3ae06d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100000 01101101
Octal 72 340 155
Decimal 58 224 109
Hex 3A E0 6D

RGB Percentages of Color #3ae06d

%14.83
%57.29
%27.88

CMYK Percentages of Color #3ae06d

%74
%0
%51
%12

Triadic Colors of #3ae06d

#3ae06d #6d3ae0 #e06d3a

Analogous Colors of #3ae06d

#3ae06d #3ae0c0 #5ae03a

Monochromatic Colors of #3ae06d

#3ae06d

Complementary Color

#3ae06d #e03aad

#3ae06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae06d Color CSS Codes

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

#3ae06d Text Font Color

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

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


#3ae06d Background Color

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

This div background color is #3ae06d


#3ae06d Border Color

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

This div border color is #3ae06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae06d


Comments

No comments written yet.

Please login to write comment.