Color Hex Logo

#3ab089 Color Hex

#3AB089
(58,176,137)
0 Favorites   0 Comments

Color spaces of #3ab089

RGB 58176137
HSL0.440.500.46
HSV160°67°69°
CMYK 0.670.000.22   0.31
XYZ21.785633.756429.0343
Yxy33.75640.25760.3991
Hunter Lab58.1003-34.744111.0413
CIE-Lab64.7688-42.146610.5263

#3ab089 color RGB value is (58,176,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10110000 10001001
Octal 72 260 211
Decimal 58 176 137
Hex 3A B0 89

RGB Percentages of Color #3ab089

%15.63
%47.44
%36.93

CMYK Percentages of Color #3ab089

%67
%0
%22
%31

Triadic Colors of #3ab089

#3ab089 #893ab0 #b0893a

Analogous Colors of #3ab089

#3ab089 #3a9cb0 #3ab04e

Monochromatic Colors of #3ab089

#3ab089

Complementary Color

#3ab089 #b03a61

#3ab089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab089 Color CSS Codes

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

#3ab089 Text Font Color

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

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


#3ab089 Background Color

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

This div background color is #3ab089


#3ab089 Border Color

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

This div border color is #3ab089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab089


Comments

No comments written yet.

Please login to write comment.