Color Hex Logo

#3cb3bf Color Hex

#3CB3BF
(60,179,191)
0 Favorites   0 Comments

Color spaces of #3cb3bf

RGB 60179191
HSL0.520.520.49
HSV185°69°75°
CMYK 0.690.060.00   0.25
XYZ27.387536.962454.9812
Yxy36.96240.22950.3097
Hunter Lab60.7967-25.9842-11.0609
CIE-Lab67.2488-28.5822-15.7305

#3cb3bf color RGB value is (60,179,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10110011 10111111
Octal 74 263 277
Decimal 60 179 191
Hex 3C B3 BF

RGB Percentages of Color #3cb3bf

%13.95
%41.63
%44.42

CMYK Percentages of Color #3cb3bf

%69
%6
%0
%25

Triadic Colors of #3cb3bf

#3cb3bf #bf3cb3 #b3bf3c

Analogous Colors of #3cb3bf

#3cb3bf #3c72bf #3cbf8a

Monochromatic Colors of #3cb3bf

#3cb3bf

Complementary Color

#3cb3bf #bf483c

#3cb3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cb3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cb3bf Color CSS Codes

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

#3cb3bf Text Font Color

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

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


#3cb3bf Background Color

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

This div background color is #3cb3bf


#3cb3bf Border Color

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

This div border color is #3cb3bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,179,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 #3cb3bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cb3bf


Comments

No comments written yet.

Please login to write comment.