Color Hex Logo

#3cbbbd Color Hex

#3CBBBD
(60,187,189)
0 Favorites   0 Comments

Color spaces of #3cbbbd

RGB 60187189
HSL0.500.520.49
HSV181°68°74°
CMYK 0.680.010.00   0.26
XYZ28.819140.175454.3798
Yxy40.17540.23360.3256
Hunter Lab63.3841-29.7628-6.4985
CIE-Lab69.5943-33.0352-11.1038

#3cbbbd color RGB value is (60,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 10111011 10111101
Octal 74 273 275
Decimal 60 187 189
Hex 3C BB BD

RGB Percentages of Color #3cbbbd

%13.76
%42.89
%43.35

CMYK Percentages of Color #3cbbbd

%68
%1
%0
%26

Triadic Colors of #3cbbbd

#3cbbbd #bd3cbb #bbbd3c

Analogous Colors of #3cbbbd

#3cbbbd #3c7bbd #3cbd7f

Monochromatic Colors of #3cbbbd

#3cbbbd

Complementary Color

#3cbbbd #bd3e3c

#3cbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cbbbd Color CSS Codes

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

#3cbbbd Text Font Color

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

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


#3cbbbd Background Color

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

This div background color is #3cbbbd


#3cbbbd Border Color

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

This div border color is #3cbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cbbbd


Comments

No comments written yet.

Please login to write comment.