Color Hex Logo

#3bcbdd Color Hex

#3BCBDD
(59,203,221)
0 Favorites   0 Comments

Color spaces of #3bcbdd

RGB 59203221
HSL0.520.700.55
HSV187°73°87°
CMYK 0.730.080.00   0.13
XYZ36.210748.862175.9294
Yxy48.86210.22490.3035
Hunter Lab69.9014-29.8600-15.4719
CIE-Lab75.3655-31.3488-19.8297

#3bcbdd color RGB value is (59,203,221).

#3bcbdd hex color red value is 59, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3bcbdd hue: 0.52 , saturation: 0.70 and the lightness value of 3bcbdd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 11011101
Octal 73 313 335
Decimal 59 203 221
Hex 3B CB DD

RGB Percentages of Color #3bcbdd

%12.22
%42.03
%45.76

CMYK Percentages of Color #3bcbdd

%73
%8
%0
%13

Triadic Colors of #3bcbdd

#3bcbdd #dd3bcb #cbdd3b

Analogous Colors of #3bcbdd

#3bcbdd #3b7add #3bdd9e

Monochromatic Colors of #3bcbdd

#3bcbdd

Complementary Color

#3bcbdd #dd4d3b

#3bcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbdd Color CSS Codes

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

#3bcbdd Text Font Color

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

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


#3bcbdd Background Color

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

This div background color is #3bcbdd


#3bcbdd Border Color

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

This div border color is #3bcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbdd


Comments

No comments written yet.

Please login to write comment.