Color Hex Logo

#3b8ebb Color Hex

#3B8EBB
(59,142,187)
0 Favorites   0 Comments

Color spaces of #3b8ebb

RGB 59142187
HSL0.560.520.48
HSV201°68°73°
CMYK 0.680.240.00   0.27
XYZ20.446323.863750.5422
Yxy23.86370.21560.2516
Hunter Lab48.8505-10.7774-27.1479
CIE-Lab55.9511-10.5429-30.8024

#3b8ebb color RGB value is (59,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001110 10111011
Octal 73 216 273
Decimal 59 142 187
Hex 3B 8E BB

RGB Percentages of Color #3b8ebb

%15.21
%36.60
%48.20

CMYK Percentages of Color #3b8ebb

%68
%24
%0
%27

Triadic Colors of #3b8ebb

#3b8ebb #bb3b8e #8ebb3b

Analogous Colors of #3b8ebb

#3b8ebb #3b4ebb #3bbba8

Monochromatic Colors of #3b8ebb

#3b8ebb

Complementary Color

#3b8ebb #bb683b

#3b8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b8ebb Color CSS Codes

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

#3b8ebb Text Font Color

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

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


#3b8ebb Background Color

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

This div background color is #3b8ebb


#3b8ebb Border Color

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

This div border color is #3b8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b8ebb


Comments

No comments written yet.

Please login to write comment.