Color Hex Logo

#3ccbbb Color Hex

#3CCBBB
(60,203,187)
0 Favorites   0 Comments

Color spaces of #3ccbbb

RGB 60203187
HSL0.480.580.52
HSV173°70°80°
CMYK 0.700.000.08   0.20
XYZ32.189147.260454.4393
Yxy47.26040.24040.3530
Hunter Lab68.7462-36.72661.1713
CIE-Lab74.3560-40.9463-2.9517

#3ccbbb color RGB value is (60,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001011 10111011
Octal 74 313 273
Decimal 60 203 187
Hex 3C CB BB

RGB Percentages of Color #3ccbbb

%13.33
%45.11
%41.56

CMYK Percentages of Color #3ccbbb

%70
%0
%8
%20

Triadic Colors of #3ccbbb

#3ccbbb #bb3ccb #cbbb3c

Analogous Colors of #3ccbbb

#3ccbbb #3c94cb #3ccb74

Monochromatic Colors of #3ccbbb

#3ccbbb

Complementary Color

#3ccbbb #cb3c4c

#3ccbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccbbb Color CSS Codes

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

#3ccbbb Text Font Color

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

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


#3ccbbb Background Color

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

This div background color is #3ccbbb


#3ccbbb Border Color

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

This div border color is #3ccbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccbbb


Comments

No comments written yet.

Please login to write comment.