Color Hex Logo

#3cbaaf Color Hex

#3CBAAF
(60,186,175)
0 Favorites   0 Comments

Color spaces of #3cbaaf

RGB 60186175
HSL0.490.510.48
HSV175°68°73°
CMYK 0.680.000.06   0.27
XYZ27.160239.173646.6872
Yxy39.17360.24030.3466
Hunter Lab62.5888-32.0710-0.4143
CIE-Lab68.8768-36.5157-4.4750

#3cbaaf color RGB value is (60,186,175).

#3cbaaf hex color red value is 60, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3cbaaf hue: 0.49 , saturation: 0.51 and the lightness value of 3cbaaf is 0.48.

The process color (four color CMYK) of #3cbaaf color hex is 0.68, 0.00, 0.06, 0.27. Web safe color of #3cbaaf is #33cc99. Color #3cbaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 10101111
Octal 74 272 257
Decimal 60 186 175
Hex 3C BA AF

RGB Percentages of Color #3cbaaf

%14.25
%44.18
%41.57

CMYK Percentages of Color #3cbaaf

%68
%0
%6
%27

Triadic Colors of #3cbaaf

#3cbaaf #af3cba #baaf3c

Analogous Colors of #3cbaaf

#3cbaaf #3c86ba #3cba70

Monochromatic Colors of #3cbaaf

#3cbaaf

Complementary Color

#3cbaaf #ba3c47

#3cbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbaaf Color CSS Codes

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

#3cbaaf Text Font Color

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

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


#3cbaaf Background Color

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

This div background color is #3cbaaf


#3cbaaf Border Color

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

This div border color is #3cbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbaaf


Comments

No comments written yet.

Please login to write comment.