Color Hex Logo

#3ab96e Color Hex

#3AB96E
(58,185,110)
0 Favorites   0 Comments

Color spaces of #3ab96e

RGB 58185110
HSL0.400.520.48
HSV145°69°73°
CMYK 0.690.000.41   0.27
XYZ21.908436.723320.6855
Yxy36.72330.27620.4630
Hunter Lab60.5998-41.517122.1814
CIE-Lab67.0689-51.487328.2485

#3ab96e color RGB value is (58,185,110).

#3ab96e hex color red value is 58, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #3ab96e hue: 0.40 , saturation: 0.52 and the lightness value of 3ab96e is 0.48.

The process color (four color CMYK) of #3ab96e color hex is 0.69, 0.00, 0.41, 0.27. Web safe color of #3ab96e is #33cc66. Color #3ab96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111001 01101110
Octal 72 271 156
Decimal 58 185 110
Hex 3A B9 6E

RGB Percentages of Color #3ab96e

%16.43
%52.41
%31.16

CMYK Percentages of Color #3ab96e

%69
%0
%41
%27

Triadic Colors of #3ab96e

#3ab96e #6e3ab9 #b96e3a

Analogous Colors of #3ab96e

#3ab96e #3ab9ae #46b93a

Monochromatic Colors of #3ab96e

#3ab96e

Complementary Color

#3ab96e #b93a85

#3ab96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab96e Color CSS Codes

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

#3ab96e Text Font Color

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

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


#3ab96e Background Color

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

This div background color is #3ab96e


#3ab96e Border Color

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

This div border color is #3ab96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab96e


Comments

No comments written yet.

Please login to write comment.