Color Hex Logo

#3bcbbb Color Hex

#3BCBBB
(59,203,187)
0 Favorites   0 Comments

Color spaces of #3bcbbb

RGB 59203187
HSL0.480.580.51
HSV173°71°80°
CMYK 0.710.000.08   0.20
XYZ32.129247.229554.4365
Yxy47.22950.24010.3530
Hunter Lab68.7237-36.81551.1426
CIE-Lab74.3363-41.0778-2.9830

#3bcbbb color RGB value is (59,203,187).

#3bcbbb hex color red value is 59, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3bcbbb hue: 0.48 , saturation: 0.58 and the lightness value of 3bcbbb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001011 10111011
Octal 73 313 273
Decimal 59 203 187
Hex 3B CB BB

RGB Percentages of Color #3bcbbb

%13.14
%45.21
%41.65

CMYK Percentages of Color #3bcbbb

%71
%0
%8
%20

Triadic Colors of #3bcbbb

#3bcbbb #bb3bcb #cbbb3b

Analogous Colors of #3bcbbb

#3bcbbb #3b93cb #3bcb73

Monochromatic Colors of #3bcbbb

#3bcbbb

Complementary Color

#3bcbbb #cb3b4b

#3bcbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcbbb Color CSS Codes

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

#3bcbbb Text Font Color

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

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


#3bcbbb Background Color

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

This div background color is #3bcbbb


#3bcbbb Border Color

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

This div border color is #3bcbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcbbb


Comments

No comments written yet.

Please login to write comment.