Color Hex Logo

#60bbcb Color Hex

#60BBCB
(96,187,203)
0 Favorites   0 Comments

Color spaces of #60bbcb

RGB 96187203
HSL0.520.510.59
HSV189°53°80°
CMYK 0.530.080.00   0.20
XYZ33.373742.339262.9132
Yxy42.33920.24070.3054
Hunter Lab65.0686-22.3173-11.7780
CIE-Lab71.1042-22.7057-16.4008

#60bbcb color RGB value is (96,187,203).

#60bbcb hex color red value is 96, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #60bbcb hue: 0.52 , saturation: 0.51 and the lightness value of 60bbcb is 0.59.

The process color (four color CMYK) of #60bbcb color hex is 0.53, 0.08, 0.00, 0.20. Web safe color of #60bbcb is #66cccc. Color #60bbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111011 11001011
Octal 140 273 313
Decimal 96 187 203
Hex 60 BB CB

RGB Percentages of Color #60bbcb

%19.75
%38.48
%41.77

CMYK Percentages of Color #60bbcb

%53
%8
%0
%20

Triadic Colors of #60bbcb

#60bbcb #cb60bb #bbcb60

Analogous Colors of #60bbcb

#60bbcb #6086cb #60cba6

Monochromatic Colors of #60bbcb

#60bbcb

Complementary Color

#60bbcb #cb7060

#60bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bbcb Color CSS Codes

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

#60bbcb Text Font Color

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

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


#60bbcb Background Color

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

This div background color is #60bbcb


#60bbcb Border Color

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

This div border color is #60bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bbcb


Comments

No comments written yet.

Please login to write comment.