Color Hex Logo

#60baca Color Hex

#60BACA
(96,186,202)
0 Favorites   0 Comments

Color spaces of #60baca

RGB 96186202
HSL0.530.500.58
HSV189°52°79°
CMYK 0.520.080.00   0.21
XYZ33.043441.868962.2170
Yxy41.86890.24100.3053
Hunter Lab64.7062-22.0815-11.7148
CIE-Lab70.7804-22.4780-16.3422

#60baca color RGB value is (96,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11001010
Octal 140 272 312
Decimal 96 186 202
Hex 60 BA CA

RGB Percentages of Color #60baca

%19.83
%38.43
%41.74

CMYK Percentages of Color #60baca

%52
%8
%0
%21

Triadic Colors of #60baca

#60baca #ca60ba #baca60

Analogous Colors of #60baca

#60baca #6085ca #60caa5

Monochromatic Colors of #60baca

#60baca

Complementary Color

#60baca #ca7060

#60baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60baca Color CSS Codes

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

#60baca Text Font Color

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

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


#60baca Background Color

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

This div background color is #60baca


#60baca Border Color

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

This div border color is #60baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60baca


Comments

No comments written yet.

Please login to write comment.