Color Hex Logo

#3bccda Color Hex

#3BCCDA
(59,204,218)
0 Favorites   0 Comments

Color spaces of #3bccda

RGB 59204218
HSL0.510.680.54
HSV185°73°85°
CMYK 0.730.060.00   0.15
XYZ36.051449.177573.9218
Yxy49.17750.22650.3090
Hunter Lab70.1267-30.9567-13.4100
CIE-Lab75.5616-32.7266-17.9143

#3bccda color RGB value is (59,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 11011010
Octal 73 314 332
Decimal 59 204 218
Hex 3B CC DA

RGB Percentages of Color #3bccda

%12.27
%42.41
%45.32

CMYK Percentages of Color #3bccda

%73
%6
%0
%15

Triadic Colors of #3bccda

#3bccda #da3bcc #ccda3b

Analogous Colors of #3bccda

#3bccda #3b7dda #3bda99

Monochromatic Colors of #3bccda

#3bccda

Complementary Color

#3bccda #da493b

#3bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bccda Color CSS Codes

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

#3bccda Text Font Color

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

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


#3bccda Background Color

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

This div background color is #3bccda


#3bccda Border Color

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

This div border color is #3bccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bccda


Comments

No comments written yet.

Please login to write comment.