Color Hex Logo

#3ab991 Color Hex

#3AB991
(58,185,145)
0 Favorites   0 Comments

Color spaces of #3ab991

RGB 58185145
HSL0.450.520.48
HSV161°69°73°
CMYK 0.690.000.22   0.27
XYZ24.204737.641832.7779
Yxy37.64180.25580.3978
Hunter Lab61.3529-36.946511.2713
CIE-Lab67.7558-44.090910.3657

#3ab991 color RGB value is (58,185,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111001 10010001
Octal 72 271 221
Decimal 58 185 145
Hex 3A B9 91

RGB Percentages of Color #3ab991

%14.95
%47.68
%37.37

CMYK Percentages of Color #3ab991

%69
%0
%22
%27

Triadic Colors of #3ab991

#3ab991 #913ab9 #b9913a

Analogous Colors of #3ab991

#3ab991 #3aa2b9 #3ab951

Monochromatic Colors of #3ab991

#3ab991

Complementary Color

#3ab991 #b93a62

#3ab991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab991 Color CSS Codes

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

#3ab991 Text Font Color

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

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


#3ab991 Background Color

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

This div background color is #3ab991


#3ab991 Border Color

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

This div border color is #3ab991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab991


Comments

No comments written yet.

Please login to write comment.