Color Hex Logo

#3cbbbe Color Hex

#3CBBBE
(60,187,190)
0 Favorites   0 Comments

Color spaces of #3cbbbe

RGB 60187190
HSL0.500.520.49
HSV181°68°75°
CMYK 0.680.020.00   0.25
XYZ28.928140.219054.9536
Yxy40.21900.23310.3241
Hunter Lab63.4185-29.5602-6.9833
CIE-Lab69.6252-32.7456-11.6066

#3cbbbe color RGB value is (60,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 10111110
Octal 74 273 276
Decimal 60 187 190
Hex 3C BB BE

RGB Percentages of Color #3cbbbe

%13.73
%42.79
%43.48

CMYK Percentages of Color #3cbbbe

%68
%2
%0
%25

Triadic Colors of #3cbbbe

#3cbbbe #be3cbb #bbbe3c

Analogous Colors of #3cbbbe

#3cbbbe #3c7abe #3cbe80

Monochromatic Colors of #3cbbbe

#3cbbbe

Complementary Color

#3cbbbe #be3f3c

#3cbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbbe Color CSS Codes

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

#3cbbbe Text Font Color

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

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


#3cbbbe Background Color

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

This div background color is #3cbbbe


#3cbbbe Border Color

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

This div border color is #3cbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbbe


Comments

No comments written yet.

Please login to write comment.