Color Hex Logo

#3ab04b Color Hex

#3AB04B
(58,176,75)
0 Favorites   0 Comments

Color spaces of #3ab04b

RGB 5817675
HSL0.360.500.46
HSV129°67°69°
CMYK 0.670.000.57   0.31
XYZ18.540332.458211.9445
Yxy32.45820.29460.5157
Hunter Lab56.9721-41.612327.4500
CIE-Lab63.7198-53.643341.7066

#3ab04b color RGB value is (58,176,75).

#3ab04b hex color red value is 58, green value is 176 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3ab04b hue: 0.36 , saturation: 0.50 and the lightness value of 3ab04b is 0.46.

The process color (four color CMYK) of #3ab04b color hex is 0.67, 0.00, 0.57, 0.31. Web safe color of #3ab04b is #339933. Color #3ab04b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110000 01001011
Octal 72 260 113
Decimal 58 176 75
Hex 3A B0 4B

RGB Percentages of Color #3ab04b

%18.77
%56.96
%24.27

CMYK Percentages of Color #3ab04b

%67
%0
%57
%31

Triadic Colors of #3ab04b

#3ab04b #4b3ab0 #b04b3a

Analogous Colors of #3ab04b

#3ab04b #3ab086 #64b03a

Monochromatic Colors of #3ab04b

#3ab04b

Complementary Color

#3ab04b #b03a9f

#3ab04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab04b Color CSS Codes

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

#3ab04b Text Font Color

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

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


#3ab04b Background Color

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

This div background color is #3ab04b


#3ab04b Border Color

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

This div border color is #3ab04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab04b


Comments

No comments written yet.

Please login to write comment.