Color Hex Logo

#3b8fba Color Hex

#3B8FBA
(59,143,186)
0 Favorites   0 Comments

Color spaces of #3b8fba

RGB 59143186
HSL0.560.520.48
HSV200°68°73°
CMYK 0.680.230.00   0.27
XYZ20.489024.119950.0301
Yxy24.11990.21650.2549
Hunter Lab49.1120-11.4778-26.0199
CIE-Lab56.2076-11.4404-29.8353

#3b8fba color RGB value is (59,143,186).

#3b8fba hex color red value is 59, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3b8fba hue: 0.56 , saturation: 0.52 and the lightness value of 3b8fba is 0.48.

The process color (four color CMYK) of #3b8fba color hex is 0.68, 0.23, 0.00, 0.27. Web safe color of #3b8fba is #3399cc. Color #3b8fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001111 10111010
Octal 73 217 272
Decimal 59 143 186
Hex 3B 8F BA

RGB Percentages of Color #3b8fba

%15.21
%36.86
%47.94

CMYK Percentages of Color #3b8fba

%68
%23
%0
%27

Triadic Colors of #3b8fba

#3b8fba #ba3b8f #8fba3b

Analogous Colors of #3b8fba

#3b8fba #3b50ba #3bbaa6

Monochromatic Colors of #3b8fba

#3b8fba

Complementary Color

#3b8fba #ba663b

#3b8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8fba Color CSS Codes

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

#3b8fba Text Font Color

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

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


#3b8fba Background Color

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

This div background color is #3b8fba


#3b8fba Border Color

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

This div border color is #3b8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8fba

#3b8fba Color Palettes


Comments

No comments written yet.

Please login to write comment.