Color Hex Logo

#3ccaac Color Hex

#3CCAAC
(60,202,172)
0 Favorites   0 Comments

Color spaces of #3ccaac

RGB 60202172
HSL0.460.570.51
HSV167°70°79°
CMYK 0.700.000.15   0.21
XYZ30.430446.180346.3396
Yxy46.18030.24750.3756
Hunter Lab67.9561-38.99177.1391
CIE-Lab73.6624-44.42304.1512

#3ccaac color RGB value is (60,202,172).

#3ccaac hex color red value is 60, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3ccaac hue: 0.46 , saturation: 0.57 and the lightness value of 3ccaac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 10101100
Octal 74 312 254
Decimal 60 202 172
Hex 3C CA AC

RGB Percentages of Color #3ccaac

%13.82
%46.54
%39.63

CMYK Percentages of Color #3ccaac

%70
%0
%15
%21

Triadic Colors of #3ccaac

#3ccaac #ac3cca #caac3c

Analogous Colors of #3ccaac

#3ccaac #3ca1ca #3cca65

Monochromatic Colors of #3ccaac

#3ccaac

Complementary Color

#3ccaac #ca3c5a

#3ccaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccaac Color CSS Codes

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

#3ccaac Text Font Color

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

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


#3ccaac Background Color

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

This div background color is #3ccaac


#3ccaac Border Color

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

This div border color is #3ccaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccaac


Comments

No comments written yet.

Please login to write comment.