Color Hex Logo

#3bbcdb Color Hex

#3BBCDB
(59,188,219)
0 Favorites   0 Comments

Color spaces of #3bbcdb

RGB 59188219
HSL0.530.690.55
HSV192°73°86°
CMYK 0.730.140.00   0.14
XYZ32.573042.010773.4099
Yxy42.01070.22010.2839
Hunter Lab64.8157-23.7225-21.7806
CIE-Lab70.8783-24.5761-25.5823

#3bbcdb color RGB value is (59,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111100 11011011
Octal 73 274 333
Decimal 59 188 219
Hex 3B BC DB

RGB Percentages of Color #3bbcdb

%12.66
%40.34
%47.00

CMYK Percentages of Color #3bbcdb

%73
%14
%0
%14

Triadic Colors of #3bbcdb

#3bbcdb #db3bbc #bcdb3b

Analogous Colors of #3bbcdb

#3bbcdb #3b6cdb #3bdbaa

Monochromatic Colors of #3bbcdb

#3bbcdb

Complementary Color

#3bbcdb #db5a3b

#3bbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbcdb Color CSS Codes

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

#3bbcdb Text Font Color

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

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


#3bbcdb Background Color

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

This div background color is #3bbcdb


#3bbcdb Border Color

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

This div border color is #3bbcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,188,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 #3bbcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbcdb


Comments

No comments written yet.

Please login to write comment.