Color Hex Logo

#3ab380 Color Hex

#3AB380
(58,179,128)
0 Favorites   0 Comments

Color spaces of #3ab380

RGB 58179128
HSL0.430.510.46
HSV155°68°70°
CMYK 0.680.000.28   0.30
XYZ21.761334.698325.9726
Yxy34.69830.26400.4209
Hunter Lab58.9053-37.141215.0914
CIE-Lab65.5131-45.468816.5036

#3ab380 color RGB value is (58,179,128).

#3ab380 hex color red value is 58, green value is 179 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #3ab380 hue: 0.43 , saturation: 0.51 and the lightness value of 3ab380 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110011 10000000
Octal 72 263 200
Decimal 58 179 128
Hex 3A B3 80

RGB Percentages of Color #3ab380

%15.89
%49.04
%35.07

CMYK Percentages of Color #3ab380

%68
%0
%28
%30

Triadic Colors of #3ab380

#3ab380 #803ab3 #b3803a

Analogous Colors of #3ab380

#3ab380 #3aaab3 #3ab344

Monochromatic Colors of #3ab380

#3ab380

Complementary Color

#3ab380 #b33a6d

#3ab380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab380 Color CSS Codes

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

#3ab380 Text Font Color

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

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


#3ab380 Background Color

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

This div background color is #3ab380


#3ab380 Border Color

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

This div border color is #3ab380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab380


Comments

No comments written yet.

Please login to write comment.