Color Hex Logo

#3bcbcc Color Hex

#3BCBCC
(59,203,204)
0 Favorites   0 Comments

Color spaces of #3bcbcc

RGB 59203204
HSL0.500.590.52
HSV180°71°80°
CMYK 0.710.000.00   0.20
XYZ34.058748.001364.5968
Yxy48.00130.23220.3273
Hunter Lab69.2830-33.4967-6.7817
CIE-Lab74.8257-36.3501-11.4572

#3bcbcc color RGB value is (59,203,204).

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

The process color (four color CMYK) of #3bcbcc color hex is 0.71, 0.00, 0.00, 0.20. Web safe color of #3bcbcc is #33cccc. Color #3bcbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 11001100
Octal 73 313 314
Decimal 59 203 204
Hex 3B CB CC

RGB Percentages of Color #3bcbcc

%12.66
%43.56
%43.78

CMYK Percentages of Color #3bcbcc

%71
%0
%0
%20

Triadic Colors of #3bcbcc

#3bcbcc #cc3bcb #cbcc3b

Analogous Colors of #3bcbcc

#3bcbcc #3b83cc #3bcc85

Monochromatic Colors of #3bcbcc

#3bcbcc

Complementary Color

#3bcbcc #cc3c3b

#3bcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbcc Color CSS Codes

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

#3bcbcc Text Font Color

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

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


#3bcbcc Background Color

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

This div background color is #3bcbcc


#3bcbcc Border Color

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

This div border color is #3bcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbcc


Comments

No comments written yet.

Please login to write comment.