Color Hex Logo

#3cbabf Color Hex

#3CBABF
(60,186,191)
0 Favorites   0 Comments

Color spaces of #3cbabf

RGB 60186191
HSL0.510.520.49
HSV182°69°75°
CMYK 0.690.030.00   0.25
XYZ28.826439.840155.4608
Yxy39.84010.23220.3210
Hunter Lab63.1190-28.9375-7.9130
CIE-Lab69.3555-31.9776-12.5600

#3cbabf color RGB value is (60,186,191).

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

The process color (four color CMYK) of #3cbabf color hex is 0.69, 0.03, 0.00, 0.25. Web safe color of #3cbabf is #33cccc. Color #3cbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111010 10111111
Octal 74 272 277
Decimal 60 186 191
Hex 3C BA BF

RGB Percentages of Color #3cbabf

%13.73
%42.56
%43.71

CMYK Percentages of Color #3cbabf

%69
%3
%0
%25

Triadic Colors of #3cbabf

#3cbabf #bf3cba #babf3c

Analogous Colors of #3cbabf

#3cbabf #3c79bf #3cbf83

Monochromatic Colors of #3cbabf

#3cbabf

Complementary Color

#3cbabf #bf413c

#3cbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbabf Color CSS Codes

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

#3cbabf Text Font Color

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

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


#3cbabf Background Color

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

This div background color is #3cbabf


#3cbabf Border Color

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

This div border color is #3cbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbabf


Comments

No comments written yet.

Please login to write comment.