Color Hex Logo

#60bafa Color Hex

#60BAFA
(96,186,250)
0 Favorites   0 Comments

Color spaces of #60bafa

RGB 96186250
HSL0.570.940.68
HSV205°62°98°
CMYK 0.620.260.00   0.02
XYZ39.638144.506796.9440
Yxy44.50670.21890.2458
Hunter Lab66.7133-10.6916-39.4575
CIE-Lab72.5659-8.1885-39.7055

#60bafa color RGB value is (96,186,250).

#60bafa hex color red value is 96, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #60bafa hue: 0.57 , saturation: 0.94 and the lightness value of 60bafa is 0.68.

The process color (four color CMYK) of #60bafa color hex is 0.62, 0.26, 0.00, 0.02. Web safe color of #60bafa is #66ccff. Color #60bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11111010
Octal 140 272 372
Decimal 96 186 250
Hex 60 BA FA

RGB Percentages of Color #60bafa

%18.05
%34.96
%46.99

CMYK Percentages of Color #60bafa

%62
%26
%0
%2

Triadic Colors of #60bafa

#60bafa #fa60ba #bafa60

Analogous Colors of #60bafa

#60bafa #606dfa #60faed

Monochromatic Colors of #60bafa

#60bafa

Complementary Color

#60bafa #faa060

#60bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bafa Color CSS Codes

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

#60bafa Text Font Color

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

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


#60bafa Background Color

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

This div background color is #60bafa


#60bafa Border Color

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

This div border color is #60bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bafa


Comments

No comments written yet.

Please login to write comment.