Color Hex Logo

#3bbdda Color Hex

#3BBDDA
(59,189,218)
0 Favorites   0 Comments

Color spaces of #3bbdda

RGB 59189218
HSL0.530.680.54
HSV191°73°85°
CMYK 0.730.130.00   0.15
XYZ32.656142.387072.7900
Yxy42.38700.22090.2867
Hunter Lab65.1053-24.4006-20.7146
CIE-Lab71.1369-25.3935-24.6414

#3bbdda color RGB value is (59,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111101 11011010
Octal 73 275 332
Decimal 59 189 218
Hex 3B BD DA

RGB Percentages of Color #3bbdda

%12.66
%40.56
%46.78

CMYK Percentages of Color #3bbdda

%73
%13
%0
%15

Triadic Colors of #3bbdda

#3bbdda #da3bbd #bdda3b

Analogous Colors of #3bbdda

#3bbdda #3b6eda #3bdaa8

Monochromatic Colors of #3bbdda

#3bbdda

Complementary Color

#3bbdda #da583b

#3bbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbdda Color CSS Codes

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

#3bbdda Text Font Color

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

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


#3bbdda Background Color

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

This div background color is #3bbdda


#3bbdda Border Color

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

This div border color is #3bbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbdda


Comments

No comments written yet.

Please login to write comment.