Color Hex Logo

#3cac9f Color Hex

#3CAC9F
(60,172,159)
0 Favorites   0 Comments

Color spaces of #3cac9f

RGB 60172159
HSL0.480.480.45
HSV173°65°67°
CMYK 0.650.000.08   0.33
XYZ22.874032.968937.9589
Yxy32.96890.24390.3515
Hunter Lab57.4186-29.37290.9969
CIE-Lab64.1357-34.4048-2.5956

#3cac9f color RGB value is (60,172,159).

#3cac9f hex color red value is 60, green value is 172 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #3cac9f hue: 0.48 , saturation: 0.48 and the lightness value of 3cac9f is 0.45.

The process color (four color CMYK) of #3cac9f color hex is 0.65, 0.00, 0.08, 0.33. Web safe color of #3cac9f is #339999. Color #3cac9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101100 10011111
Octal 74 254 237
Decimal 60 172 159
Hex 3C AC 9F

RGB Percentages of Color #3cac9f

%15.35
%43.99
%40.66

CMYK Percentages of Color #3cac9f

%65
%0
%8
%33

Triadic Colors of #3cac9f

#3cac9f #9f3cac #ac9f3c

Analogous Colors of #3cac9f

#3cac9f #3c81ac #3cac67

Monochromatic Colors of #3cac9f

#3cac9f

Complementary Color

#3cac9f #ac3c49

#3cac9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cac9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cac9f Color CSS Codes

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

#3cac9f Text Font Color

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

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


#3cac9f Background Color

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

This div background color is #3cac9f


#3cac9f Border Color

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

This div border color is #3cac9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cac9f


Comments

No comments written yet.

Please login to write comment.