Color Hex Logo

#3bccba Color Hex

#3BCCBA
(59,204,186)
0 Favorites   0 Comments

Color spaces of #3bccba

RGB 59204186
HSL0.480.590.52
HSV173°71°80°
CMYK 0.710.000.09   0.20
XYZ32.259447.660753.9536
Yxy47.66070.24100.3560
Hunter Lab69.0367-37.40501.9894
CIE-Lab74.6104-41.7893-2.0396

#3bccba color RGB value is (59,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001100 10111010
Octal 73 314 272
Decimal 59 204 186
Hex 3B CC BA

RGB Percentages of Color #3bccba

%13.14
%45.43
%41.43

CMYK Percentages of Color #3bccba

%71
%0
%9
%20

Triadic Colors of #3bccba

#3bccba #ba3bcc #ccba3b

Analogous Colors of #3bccba

#3bccba #3b96cc #3bcc72

Monochromatic Colors of #3bccba

#3bccba

Complementary Color

#3bccba #cc3b4d

#3bccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bccba Color CSS Codes

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

#3bccba Text Font Color

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

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


#3bccba Background Color

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

This div background color is #3bccba


#3bccba Border Color

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

This div border color is #3bccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bccba


Comments

No comments written yet.

Please login to write comment.