Color Hex Logo

#3baaaf Color Hex

#3BAAAF
(59,170,175)
0 Favorites   0 Comments

Color spaces of #3baaaf

RGB 59170175
HSL0.510.500.46
HSV183°66°69°
CMYK 0.660.030.00   0.31
XYZ23.916232.774445.6230
Yxy32.77440.23380.3203
Hunter Lab57.2489-25.6158-7.1753
CIE-Lab63.9778-29.0708-11.7668

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

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

The process color (four color CMYK) of #3baaaf color hex is 0.66, 0.03, 0.00, 0.31. Web safe color of #3baaaf is #339999. Color #3baaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101010 10101111
Octal 73 252 257
Decimal 59 170 175
Hex 3B AA AF

RGB Percentages of Color #3baaaf

%14.60
%42.08
%43.32

CMYK Percentages of Color #3baaaf

%66
%3
%0
%31

Triadic Colors of #3baaaf

#3baaaf #af3baa #aaaf3b

Analogous Colors of #3baaaf

#3baaaf #3b70af #3baf7a

Monochromatic Colors of #3baaaf

#3baaaf

Complementary Color

#3baaaf #af403b

#3baaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baaaf Color CSS Codes

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

#3baaaf Text Font Color

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

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


#3baaaf Background Color

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

This div background color is #3baaaf


#3baaaf Border Color

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

This div border color is #3baaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,170,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 #3baaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baaaf


Comments

No comments written yet.

Please login to write comment.