Color Hex Logo

#60aafa Color Hex

#60AAFA
(96,170,250)
0 Favorites   0 Comments

Color spaces of #60aafa

RGB 96170250
HSL0.590.940.68
HSV211°62°98°
CMYK 0.620.320.00   0.02
XYZ36.453938.138495.8826
Yxy38.13840.21380.2237
Hunter Lab61.7563-2.7074-48.8240
CIE-Lab68.12250.6806-46.6617

#60aafa color RGB value is (96,170,250).

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

The process color (four color CMYK) of #60aafa color hex is 0.62, 0.32, 0.00, 0.02. Web safe color of #60aafa is #6699ff. Color #60aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 11111010
Octal 140 252 372
Decimal 96 170 250
Hex 60 AA FA

RGB Percentages of Color #60aafa

%18.60
%32.95
%48.45

CMYK Percentages of Color #60aafa

%62
%32
%0
%2

Triadic Colors of #60aafa

#60aafa #fa60aa #aafa60

Analogous Colors of #60aafa

#60aafa #6360fa #60f7fa

Monochromatic Colors of #60aafa

#60aafa

Complementary Color

#60aafa #fab060

#60aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aafa Color CSS Codes

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

#60aafa Text Font Color

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

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


#60aafa Background Color

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

This div background color is #60aafa


#60aafa Border Color

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

This div border color is #60aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aafa


Comments

No comments written yet.

Please login to write comment.