Color Hex Logo

#60aadf Color Hex

#60AADF
(96,170,223)
0 Favorites   0 Comments

Color spaces of #60aadf

RGB 96170223
HSL0.570.660.63
HSV205°57°87°
CMYK 0.570.240.00   0.13
XYZ32.517936.564075.1557
Yxy36.56400.22540.2535
Hunter Lab60.4682-9.8276-31.3636
CIE-Lab66.9486-7.8353-33.7370

#60aadf color RGB value is (96,170,223).

#60aadf hex color red value is 96, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #60aadf hue: 0.57 , saturation: 0.66 and the lightness value of 60aadf is 0.63.

The process color (four color CMYK) of #60aadf color hex is 0.57, 0.24, 0.00, 0.13. Web safe color of #60aadf is #6699cc. Color #60aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 11011111
Octal 140 252 337
Decimal 96 170 223
Hex 60 AA DF

RGB Percentages of Color #60aadf

%19.63
%34.76
%45.60

CMYK Percentages of Color #60aadf

%57
%24
%0
%13

Triadic Colors of #60aadf

#60aadf #df60aa #aadf60

Analogous Colors of #60aadf

#60aadf #606bdf #60dfd5

Monochromatic Colors of #60aadf

#60aadf

Complementary Color

#60aadf #df9560

#60aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aadf Color CSS Codes

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

#60aadf Text Font Color

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

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


#60aadf Background Color

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

This div background color is #60aadf


#60aadf Border Color

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

This div border color is #60aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aadf


Comments

No comments written yet.

Please login to write comment.