Color Hex Logo

#3baaaa Color Hex

#3BAAAA
(59,170,170)
0 Favorites   0 Comments

Color spaces of #3baaaa

RGB 59170170
HSL0.500.480.45
HSV180°65°67°
CMYK 0.650.000.00   0.33
XYZ23.434132.581543.0840
Yxy32.58150.23650.3288
Hunter Lab57.0802-26.6077-4.7958
CIE-Lab63.8206-30.5285-9.2084

#3baaaa color RGB value is (59,170,170).

#3baaaa hex color red value is 59, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3baaaa hue: 0.50 , saturation: 0.48 and the lightness value of 3baaaa is 0.45.

The process color (four color CMYK) of #3baaaa color hex is 0.65, 0.00, 0.00, 0.33. Web safe color of #3baaaa is #339999. Color #3baaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 10101010
Octal 73 252 252
Decimal 59 170 170
Hex 3B AA AA

RGB Percentages of Color #3baaaa

%14.79
%42.61
%42.61

CMYK Percentages of Color #3baaaa

%65
%0
%0
%33

Triadic Colors of #3baaaa

#3baaaa #aa3baa #aaaa3b

Analogous Colors of #3baaaa

#3baaaa #3b73aa #3baa73

Monochromatic Colors of #3baaaa

#3baaaa

Complementary Color

#3baaaa #aa3b3b

#3baaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baaaa Color CSS Codes

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

#3baaaa Text Font Color

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

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


#3baaaa Background Color

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

This div background color is #3baaaa


#3baaaa Border Color

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

This div border color is #3baaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,170,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3baaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3baaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #3baaaa;
  box-shadow:         1px 1px 3px 2px #3baaaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baaaa


Comments

No comments written yet.

Please login to write comment.