Color Hex Logo

#3ab48f Color Hex

#3AB48F
(58,180,143)
0 Favorites   0 Comments

Color spaces of #3ab48f

RGB 58180143
HSL0.450.510.47
HSV162°68°71°
CMYK 0.680.000.21   0.29
XYZ23.024135.525231.6302
Yxy35.52520.25530.3939
Hunter Lab59.6030-35.352410.2580
CIE-Lab66.1555-42.43219.1898

#3ab48f color RGB value is (58,180,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110100 10001111
Octal 72 264 217
Decimal 58 180 143
Hex 3A B4 8F

RGB Percentages of Color #3ab48f

%15.22
%47.24
%37.53

CMYK Percentages of Color #3ab48f

%68
%0
%21
%29

Triadic Colors of #3ab48f

#3ab48f #8f3ab4 #b48f3a

Analogous Colors of #3ab48f

#3ab48f #3a9cb4 #3ab452

Monochromatic Colors of #3ab48f

#3ab48f

Complementary Color

#3ab48f #b43a5f

#3ab48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab48f Color CSS Codes

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

#3ab48f Text Font Color

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

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


#3ab48f Background Color

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

This div background color is #3ab48f


#3ab48f Border Color

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

This div border color is #3ab48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab48f


Comments

No comments written yet.

Please login to write comment.