Color Hex Logo

#60aaad Color Hex

#60AAAD
(96,170,173)
0 Favorites   0 Comments

Color spaces of #60aaad

RGB 96170173
HSL0.510.320.53
HSV182°45°68°
CMYK 0.450.020.00   0.32
XYZ26.741434.253444.7373
Yxy34.25340.25290.3240
Hunter Lab58.5264-20.8625-4.3525
CIE-Lab65.1632-22.2102-8.7482

#60aaad color RGB value is (96,170,173).

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

The process color (four color CMYK) of #60aaad color hex is 0.45, 0.02, 0.00, 0.32. Web safe color of #60aaad is #669999. Color #60aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 10101101
Octal 140 252 255
Decimal 96 170 173
Hex 60 AA AD

RGB Percentages of Color #60aaad

%21.87
%38.72
%39.41

CMYK Percentages of Color #60aaad

%45
%2
%0
%32

Triadic Colors of #60aaad

#60aaad #ad60aa #aaad60

Analogous Colors of #60aaad

#60aaad #6084ad #60ad8a

Monochromatic Colors of #60aaad

#60aaad

Complementary Color

#60aaad #ad6360

#60aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aaad Color CSS Codes

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

#60aaad Text Font Color

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

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


#60aaad Background Color

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

This div background color is #60aaad


#60aaad Border Color

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

This div border color is #60aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aaad


Comments

No comments written yet.

Please login to write comment.