color codes Logo

#3cccb0 color codes

#3CCCB0
(60,204,176)
0 Favorites   0 Comments

Color spaces of #3cccb0

RGB 60204176
HSL0.470.590.52
HSV168°71°80°
CMYK 0.710.000.14   0.20
XYZ31.292847.281048.5511
Yxy47.28100.24620.3719
Hunter Lab68.7612-39.09786.2692
CIE-Lab74.3692-44.26823.0137

#3cccb0 color RGB value is (60,204,176).

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

The process color (four color CMYK) of #3cccb0 color code is 0.71, 0.00, 0.14, 0.20. Web safe color of #3cccb0 is #33cc99. Color #3cccb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 10110000
Octal 74 314 260
Decimal 60 204 176
Hex 3C CC B0

RGB Percentages of Color #3cccb0

%13.64
%46.36
%40.00

CMYK Percentages of Color #3cccb0

%71
%0
%14
%20

Triadic Colors of #3cccb0

#3cccb0 #b03ccc #ccb03c

Analogous Colors of #3cccb0

#3cccb0 #3ca0cc #3ccc68

Monochromatic Colors of #3cccb0

#3cccb0

Complementary Color

#3cccb0 #cc3c58

#3cccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccb0 Color CSS Codes

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

#3cccb0 Text Font Color

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

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


#3cccb0 Background Color

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

This div background color is #3cccb0


#3cccb0 Border Color

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

This div border color is #3cccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccb0


Comments

No comments written yet.

Please login to write comment.