Color Hex Logo

#3ab09f Color Hex

#3AB09F
(58,176,159)
0 Favorites   0 Comments

Color spaces of #3ab09f

RGB 58176159
HSL0.480.500.46
HSV171°67°69°
CMYK 0.670.000.10   0.31
XYZ23.528334.453438.2110
Yxy34.45340.24460.3582
Hunter Lab58.6970-31.16932.4909
CIE-Lab65.3209-36.5756-0.8632

#3ab09f color RGB value is (58,176,159).

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

The process color (four color CMYK) of #3ab09f color hex is 0.67, 0.00, 0.10, 0.31. Web safe color of #3ab09f is #339999. Color #3ab09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110000 10011111
Octal 72 260 237
Decimal 58 176 159
Hex 3A B0 9F

RGB Percentages of Color #3ab09f

%14.76
%44.78
%40.46

CMYK Percentages of Color #3ab09f

%67
%0
%10
%31

Triadic Colors of #3ab09f

#3ab09f #9f3ab0 #b09f3a

Analogous Colors of #3ab09f

#3ab09f #3a86b0 #3ab064

Monochromatic Colors of #3ab09f

#3ab09f

Complementary Color

#3ab09f #b03a4b

#3ab09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab09f Color CSS Codes

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

#3ab09f Text Font Color

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

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


#3ab09f Background Color

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

This div background color is #3ab09f


#3ab09f Border Color

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

This div border color is #3ab09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab09f


Comments

No comments written yet.

Please login to write comment.