Color Hex Logo

#3b9baf Color Hex

#3B9BAF
(59,155,175)
0 Favorites   0 Comments

Color spaces of #3b9baf

RGB 59155175
HSL0.530.500.46
HSV190°66°69°
CMYK 0.660.110.00   0.31
XYZ21.262827.467644.7386
Yxy27.46760.22750.2939
Hunter Lab52.4095-19.2984-13.9253
CIE-Lab59.4047-21.4931-18.6782

#3b9baf color RGB value is (59,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011011 10101111
Octal 73 233 257
Decimal 59 155 175
Hex 3B 9B AF

RGB Percentages of Color #3b9baf

%15.17
%39.85
%44.99

CMYK Percentages of Color #3b9baf

%66
%11
%0
%31

Triadic Colors of #3b9baf

#3b9baf #af3b9b #9baf3b

Analogous Colors of #3b9baf

#3b9baf #3b61af #3baf89

Monochromatic Colors of #3b9baf

#3b9baf

Complementary Color

#3b9baf #af4f3b

#3b9baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b9baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b9baf Color CSS Codes

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

#3b9baf Text Font Color

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

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


#3b9baf Background Color

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

This div background color is #3b9baf


#3b9baf Border Color

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

This div border color is #3b9baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b9baf


Comments

No comments written yet.

Please login to write comment.