Color Hex Logo

#3bbbd8 Color Hex

#3BBBD8
(59,187,216)
0 Favorites   0 Comments

Color spaces of #3bbbd8

RGB 59187216
HSL0.530.670.54
HSV191°73°85°
CMYK 0.730.130.00   0.15
XYZ31.968641.428371.2773
Yxy41.42830.22100.2864
Hunter Lab64.3648-23.9814-20.6021
CIE-Lab70.4750-25.0152-24.5628

#3bbbd8 color RGB value is (59,187,216).

#3bbbd8 hex color red value is 59, green value is 187 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #3bbbd8 hue: 0.53 , saturation: 0.67 and the lightness value of 3bbbd8 is 0.54.

The process color (four color CMYK) of #3bbbd8 color hex is 0.73, 0.13, 0.00, 0.15. Web safe color of #3bbbd8 is #33cccc. Color #3bbbd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111011 11011000
Octal 73 273 330
Decimal 59 187 216
Hex 3B BB D8

RGB Percentages of Color #3bbbd8

%12.77
%40.48
%46.75

CMYK Percentages of Color #3bbbd8

%73
%13
%0
%15

Triadic Colors of #3bbbd8

#3bbbd8 #d83bbb #bbd83b

Analogous Colors of #3bbbd8

#3bbbd8 #3b6dd8 #3bd8a7

Monochromatic Colors of #3bbbd8

#3bbbd8

Complementary Color

#3bbbd8 #d8583b

#3bbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbbd8 Color CSS Codes

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

#3bbbd8 Text Font Color

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

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


#3bbbd8 Background Color

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

This div background color is #3bbbd8


#3bbbd8 Border Color

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

This div border color is #3bbbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbbd8


Comments

No comments written yet.

Please login to write comment.