Color Hex Logo

#3cccbb Color Hex

#3CCCBB
(60,204,187)
0 Favorites   0 Comments

Color spaces of #3cccbb

RGB 60204187
HSL0.480.590.52
HSV173°71°80°
CMYK 0.710.000.08   0.20
XYZ32.426047.734254.5183
Yxy47.73420.24080.3544
Hunter Lab69.0899-37.13191.5777
CIE-Lab74.6570-41.3906-2.5096

#3cccbb color RGB value is (60,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001100 10111011
Octal 74 314 273
Decimal 60 204 187
Hex 3C CC BB

RGB Percentages of Color #3cccbb

%13.30
%45.23
%41.46

CMYK Percentages of Color #3cccbb

%71
%0
%8
%20

Triadic Colors of #3cccbb

#3cccbb #bb3ccc #ccbb3c

Analogous Colors of #3cccbb

#3cccbb #3c95cc #3ccc73

Monochromatic Colors of #3cccbb

#3cccbb

Complementary Color

#3cccbb #cc3c4d

#3cccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cccbb Color CSS Codes

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

#3cccbb Text Font Color

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

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


#3cccbb Background Color

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

This div background color is #3cccbb


#3cccbb Border Color

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

This div border color is #3cccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cccbb


Comments

No comments written yet.

Please login to write comment.