Color Hex Logo

#3cc8ab Color Hex

#3CC8AB
(60,200,171)
0 Favorites   0 Comments

Color spaces of #3cc8ab

RGB 60200171
HSL0.470.560.51
HSV168°70°78°
CMYK 0.700.000.15   0.22
XYZ29.868445.209545.6802
Yxy45.20950.24730.3744
Hunter Lab67.2380-38.37346.7861
CIE-Lab73.0296-43.81453.7772

#3cc8ab color RGB value is (60,200,171).

#3cc8ab hex color red value is 60, green value is 200 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3cc8ab hue: 0.47 , saturation: 0.56 and the lightness value of 3cc8ab is 0.51.

The process color (four color CMYK) of #3cc8ab color hex is 0.70, 0.00, 0.15, 0.22. Web safe color of #3cc8ab is #33cc99. Color #3cc8ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001000 10101011
Octal 74 310 253
Decimal 60 200 171
Hex 3C C8 AB

RGB Percentages of Color #3cc8ab

%13.92
%46.40
%39.68

CMYK Percentages of Color #3cc8ab

%70
%0
%15
%22

Triadic Colors of #3cc8ab

#3cc8ab #ab3cc8 #c8ab3c

Analogous Colors of #3cc8ab

#3cc8ab #3c9fc8 #3cc865

Monochromatic Colors of #3cc8ab

#3cc8ab

Complementary Color

#3cc8ab #c83c59

#3cc8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc8ab Color CSS Codes

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

#3cc8ab Text Font Color

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

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


#3cc8ab Background Color

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

This div background color is #3cc8ab


#3cc8ab Border Color

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

This div border color is #3cc8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc8ab


Comments

No comments written yet.

Please login to write comment.