Color Hex Logo

#60bcbc Color Hex

#60BCBC
(96,188,188)
0 Favorites   0 Comments

Color spaces of #60bcbc

RGB 96188188
HSL0.500.410.56
HSV180°49°74°
CMYK 0.490.000.00   0.26
XYZ31.884242.084154.0195
Yxy42.08410.24910.3288
Hunter Lab64.8723-25.7951-3.9605
CIE-Lab70.9289-27.2780-8.4515

#60bcbc color RGB value is (96,188,188).

#60bcbc hex color red value is 96, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #60bcbc hue: 0.50 , saturation: 0.41 and the lightness value of 60bcbc is 0.56.

The process color (four color CMYK) of #60bcbc color hex is 0.49, 0.00, 0.00, 0.26. Web safe color of #60bcbc is #66cccc. Color #60bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 10111100
Octal 140 274 274
Decimal 96 188 188
Hex 60 BC BC

RGB Percentages of Color #60bcbc

%20.34
%39.83
%39.83

CMYK Percentages of Color #60bcbc

%49
%0
%0
%26

Triadic Colors of #60bcbc

#60bcbc #bc60bc #bcbc60

Analogous Colors of #60bcbc

#60bcbc #608ebc #60bc8e

Monochromatic Colors of #60bcbc

#60bcbc

Complementary Color

#60bcbc #bc6060

#60bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bcbc Color CSS Codes

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

#60bcbc Text Font Color

<p style="color:#60bcbc">Text here</p>

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


#60bcbc Background Color

<div style="background-color:#60bcbc">
Div content here</div>

This div background color is #60bcbc


#60bcbc Border Color

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

This div border color is #60bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bcbc


Comments

No comments written yet.

Please login to write comment.