Color Hex Logo

#3ab9af Color Hex

#3AB9AF
(58,185,175)
0 Favorites   0 Comments

Color spaces of #3ab9af

RGB 58185175
HSL0.490.520.48
HSV175°69°73°
CMYK 0.690.000.05   0.27
XYZ26.831738.692646.6117
Yxy38.69260.23930.3451
Hunter Lab62.2034-31.8591-0.8862
CIE-Lab68.5280-36.3453-4.9950

#3ab9af color RGB value is (58,185,175).

#3ab9af hex color red value is 58, green value is 185 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3ab9af hue: 0.49 , saturation: 0.52 and the lightness value of 3ab9af is 0.48.

The process color (four color CMYK) of #3ab9af color hex is 0.69, 0.00, 0.05, 0.27. Web safe color of #3ab9af is #33cc99. Color #3ab9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111001 10101111
Octal 72 271 257
Decimal 58 185 175
Hex 3A B9 AF

RGB Percentages of Color #3ab9af

%13.88
%44.26
%41.87

CMYK Percentages of Color #3ab9af

%69
%0
%5
%27

Triadic Colors of #3ab9af

#3ab9af #af3ab9 #b9af3a

Analogous Colors of #3ab9af

#3ab9af #3a84b9 #3ab970

Monochromatic Colors of #3ab9af

#3ab9af

Complementary Color

#3ab9af #b93a44

#3ab9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ab9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ab9af Color CSS Codes

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

#3ab9af Text Font Color

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

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


#3ab9af Background Color

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

This div background color is #3ab9af


#3ab9af Border Color

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

This div border color is #3ab9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ab9af


Comments

No comments written yet.

Please login to write comment.