Color Hex Logo

#3bccbc Color Hex

#3BCCBC
(59,204,188)
0 Favorites   0 Comments

Color spaces of #3bccbc

RGB 59204188
HSL0.480.590.52
HSV173°71°80°
CMYK 0.710.000.08   0.20
XYZ32.473647.746455.0814
Yxy47.74640.24000.3529
Hunter Lab69.0988-37.03511.1067
CIE-Lab74.6647-41.2530-3.0412

#3bccbc color RGB value is (59,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 10111100
Octal 73 314 274
Decimal 59 204 188
Hex 3B CC BC

RGB Percentages of Color #3bccbc

%13.08
%45.23
%41.69

CMYK Percentages of Color #3bccbc

%71
%0
%8
%20

Triadic Colors of #3bccbc

#3bccbc #bc3bcc #ccbc3b

Analogous Colors of #3bccbc

#3bccbc #3b94cc #3bcc74

Monochromatic Colors of #3bccbc

#3bccbc

Complementary Color

#3bccbc #cc3b4b

#3bccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bccbc Color CSS Codes

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

#3bccbc Text Font Color

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

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


#3bccbc Background Color

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

This div background color is #3bccbc


#3bccbc Border Color

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

This div border color is #3bccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bccbc


Comments

No comments written yet.

Please login to write comment.