Color Hex Logo

#3bbedb Color Hex

#3BBEDB
(59,190,219)
0 Favorites   0 Comments

Color spaces of #3bbedb

RGB 59190219
HSL0.530.690.55
HSV191°73°86°
CMYK 0.730.130.00   0.14
XYZ33.003342.871273.5533
Yxy42.87120.22090.2869
Hunter Lab65.4761-24.6101-20.7708
CIE-Lab71.4675-25.5816-24.6807

#3bbedb color RGB value is (59,190,219).

#3bbedb hex color red value is 59, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3bbedb hue: 0.53 , saturation: 0.69 and the lightness value of 3bbedb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 11011011
Octal 73 276 333
Decimal 59 190 219
Hex 3B BE DB

RGB Percentages of Color #3bbedb

%12.61
%40.60
%46.79

CMYK Percentages of Color #3bbedb

%73
%13
%0
%14

Triadic Colors of #3bbedb

#3bbedb #db3bbe #bedb3b

Analogous Colors of #3bbedb

#3bbedb #3b6edb #3bdba8

Monochromatic Colors of #3bbedb

#3bbedb

Complementary Color

#3bbedb #db583b

#3bbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbedb Color CSS Codes

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

#3bbedb Text Font Color

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

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


#3bbedb Background Color

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

This div background color is #3bbedb


#3bbedb Border Color

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

This div border color is #3bbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbedb


Comments

No comments written yet.

Please login to write comment.