Color Hex Logo

#60bccb Color Hex

#60BCCB
(96,188,203)
0 Favorites   0 Comments

Color spaces of #60bccb

RGB 96188203
HSL0.520.510.59
HSV188°53°80°
CMYK 0.530.070.00   0.20
XYZ33.586642.765062.9842
Yxy42.76500.24100.3069
Hunter Lab65.3950-22.7642-11.3278
CIE-Lab71.3952-23.2117-15.9617

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 11001011
Octal 140 274 313
Decimal 96 188 203
Hex 60 BC CB

RGB Percentages of Color #60bccb

%19.71
%38.60
%41.68

CMYK Percentages of Color #60bccb

%53
%7
%0
%20

Triadic Colors of #60bccb

#60bccb #cb60bc #bccb60

Analogous Colors of #60bccb

#60bccb #6087cb #60cba5

Monochromatic Colors of #60bccb

#60bccb

Complementary Color

#60bccb #cb6f60

#60bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bccb Color CSS Codes

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

#60bccb Text Font Color

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

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


#60bccb Background Color

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

This div background color is #60bccb


#60bccb Border Color

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

This div border color is #60bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bccb


Comments

No comments written yet.

Please login to write comment.