Color Hex Logo

#60aaab Color Hex

#60AAAB
(96,170,171)
0 Favorites   0 Comments

Color spaces of #60aaab

RGB 96170171
HSL0.500.310.52
HSV181°44°67°
CMYK 0.440.010.00   0.33
XYZ26.549334.176543.7255
Yxy34.17650.25420.3272
Hunter Lab58.4607-21.2423-3.4233
CIE-Lab65.1024-22.7346-7.7236

#60aaab color RGB value is (96,170,171).

#60aaab hex color red value is 96, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #60aaab hue: 0.50 , saturation: 0.31 and the lightness value of 60aaab is 0.52.

The process color (four color CMYK) of #60aaab color hex is 0.44, 0.01, 0.00, 0.33. Web safe color of #60aaab is #669999. Color #60aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 10101011
Octal 140 252 253
Decimal 96 170 171
Hex 60 AA AB

RGB Percentages of Color #60aaab

%21.97
%38.90
%39.13

CMYK Percentages of Color #60aaab

%44
%1
%0
%33

Triadic Colors of #60aaab

#60aaab #ab60aa #aaab60

Analogous Colors of #60aaab

#60aaab #6085ab #60ab87

Monochromatic Colors of #60aaab

#60aaab

Complementary Color

#60aaab #ab6160

#60aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aaab Color CSS Codes

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

#60aaab Text Font Color

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

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


#60aaab Background Color

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

This div background color is #60aaab


#60aaab Border Color

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

This div border color is #60aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aaab


Comments

No comments written yet.

Please login to write comment.