Color Hex Logo

#3ae38b Color Hex

#3AE38B
(58,227,139)
0 Favorites   0 Comments

Color spaces of #3ae38b

RGB 58227139
HSL0.410.750.56
HSV149°74°89°
CMYK 0.740.000.39   0.11
XYZ33.874257.701833.7783
Yxy57.70180.27020.4603
Hunter Lab75.9617-53.333126.8084
CIE-Lab80.5727-61.763931.1139

#3ae38b color RGB value is (58,227,139).

#3ae38b hex color red value is 58, green value is 227 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3ae38b hue: 0.41 , saturation: 0.75 and the lightness value of 3ae38b is 0.56.

The process color (four color CMYK) of #3ae38b color hex is 0.74, 0.00, 0.39, 0.11. Web safe color of #3ae38b is #33cc99. Color #3ae38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11100011 10001011
Octal 72 343 213
Decimal 58 227 139
Hex 3A E3 8B

RGB Percentages of Color #3ae38b

%13.68
%53.54
%32.78

CMYK Percentages of Color #3ae38b

%74
%0
%39
%11

Triadic Colors of #3ae38b

#3ae38b #8b3ae3 #e38b3a

Analogous Colors of #3ae38b

#3ae38b #3ae3e0 #3ee33a

Monochromatic Colors of #3ae38b

#3ae38b

Complementary Color

#3ae38b #e33a92

#3ae38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ae38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ae38b Color CSS Codes

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

#3ae38b Text Font Color

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

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


#3ae38b Background Color

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

This div background color is #3ae38b


#3ae38b Border Color

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

This div border color is #3ae38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ae38b


Comments

No comments written yet.

Please login to write comment.