Color Hex Logo

#3cccbc Color Hex

#3CCCBC
(60,204,188)
0 Favorites   0 Comments

Color spaces of #3cccbc

RGB 60204188
HSL0.480.590.52
HSV173°71°80°
CMYK 0.710.000.08   0.20
XYZ32.533447.777255.0842
Yxy47.77720.24030.3529
Hunter Lab69.1211-36.94671.1351
CIE-Lab74.6842-41.1226-3.0103

#3cccbc color RGB value is (60,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 10111100
Octal 74 314 274
Decimal 60 204 188
Hex 3C CC BC

RGB Percentages of Color #3cccbc

%13.27
%45.13
%41.59

CMYK Percentages of Color #3cccbc

%71
%0
%8
%20

Triadic Colors of #3cccbc

#3cccbc #bc3ccc #ccbc3c

Analogous Colors of #3cccbc

#3cccbc #3c94cc #3ccc74

Monochromatic Colors of #3cccbc

#3cccbc

Complementary Color

#3cccbc #cc3c4c

#3cccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccbc Color CSS Codes

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

#3cccbc Text Font Color

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

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


#3cccbc Background Color

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

This div background color is #3cccbc


#3cccbc Border Color

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

This div border color is #3cccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccbc


Comments

No comments written yet.

Please login to write comment.