Color Hex Logo

#3ab59e Color Hex

#3AB59E
(58,181,158)
0 Favorites   0 Comments

Color spaces of #3ab59e

RGB 58181158
HSL0.470.510.47
HSV169°68°71°
CMYK 0.680.000.13   0.29
XYZ24.440436.415938.0886
Yxy36.41590.24700.3680
Hunter Lab60.3456-33.31104.8196
CIE-Lab66.8365-39.10301.9008

#3ab59e color RGB value is (58,181,158).

#3ab59e hex color red value is 58, green value is 181 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3ab59e hue: 0.47 , saturation: 0.51 and the lightness value of 3ab59e is 0.47.

The process color (four color CMYK) of #3ab59e color hex is 0.68, 0.00, 0.13, 0.29. Web safe color of #3ab59e is #33cc99. Color #3ab59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110101 10011110
Octal 72 265 236
Decimal 58 181 158
Hex 3A B5 9E

RGB Percentages of Color #3ab59e

%14.61
%45.59
%39.80

CMYK Percentages of Color #3ab59e

%68
%0
%13
%29

Triadic Colors of #3ab59e

#3ab59e #9e3ab5 #b59e3a

Analogous Colors of #3ab59e

#3ab59e #3a8fb5 #3ab561

Monochromatic Colors of #3ab59e

#3ab59e

Complementary Color

#3ab59e #b53a51

#3ab59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab59e Color CSS Codes

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

#3ab59e Text Font Color

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

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


#3ab59e Background Color

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

This div background color is #3ab59e


#3ab59e Border Color

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

This div border color is #3ab59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab59e


Comments

No comments written yet.

Please login to write comment.