Color Hex Logo

#60bacb Color Hex

#60BACB
(96,186,203)
0 Favorites   0 Comments

Color spaces of #60bacb

RGB 96186203
HSL0.530.510.59
HSV190°53°80°
CMYK 0.530.080.00   0.20
XYZ33.162341.916462.8428
Yxy41.91640.24040.3039
Hunter Lab64.7429-21.8696-12.2299
CIE-Lab70.8132-22.1982-16.8402

#60bacb color RGB value is (96,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11001011
Octal 140 272 313
Decimal 96 186 203
Hex 60 BA CB

RGB Percentages of Color #60bacb

%19.79
%38.35
%41.86

CMYK Percentages of Color #60bacb

%53
%8
%0
%20

Triadic Colors of #60bacb

#60bacb #cb60ba #bacb60

Analogous Colors of #60bacb

#60bacb #6085cb #60cba7

Monochromatic Colors of #60bacb

#60bacb

Complementary Color

#60bacb #cb7160

#60bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bacb Color CSS Codes

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

#60bacb Text Font Color

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

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


#60bacb Background Color

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

This div background color is #60bacb


#60bacb Border Color

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

This div border color is #60bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bacb


Comments

No comments written yet.

Please login to write comment.