Color Hex Logo

#3cccb2 Color Hex

#3CCCB2
(60,204,178)
0 Favorites   0 Comments

Color spaces of #3cccb2

RGB 60204178
HSL0.470.590.52
HSV169°71°80°
CMYK 0.710.000.13   0.20
XYZ31.492247.360749.6012
Yxy47.36070.24520.3687
Hunter Lab68.8191-38.75045.4403
CIE-Lab74.4199-43.75522.0075

#3cccb2 color RGB value is (60,204,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 10110010
Octal 74 314 262
Decimal 60 204 178
Hex 3C CC B2

RGB Percentages of Color #3cccb2

%13.57
%46.15
%40.27

CMYK Percentages of Color #3cccb2

%71
%0
%13
%20

Triadic Colors of #3cccb2

#3cccb2 #b23ccc #ccb23c

Analogous Colors of #3cccb2

#3cccb2 #3c9ecc #3ccc6a

Monochromatic Colors of #3cccb2

#3cccb2

Complementary Color

#3cccb2 #cc3c56

#3cccb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccb2 Color CSS Codes

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

#3cccb2 Text Font Color

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

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


#3cccb2 Background Color

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

This div background color is #3cccb2


#3cccb2 Border Color

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

This div border color is #3cccb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccb2


Comments

No comments written yet.

Please login to write comment.