Color Hex Logo

#60aabe Color Hex

#60AABE
(96,170,190)
0 Favorites   0 Comments

Color spaces of #60aabe

RGB 96170190
HSL0.540.420.56
HSV193°49°75°
CMYK 0.490.110.00   0.25
XYZ28.492934.954053.9603
Yxy34.95400.24270.2977
Hunter Lab59.1219-17.4380-12.7284
CIE-Lab65.7128-17.5770-17.3868

#60aabe color RGB value is (96,170,190).

#60aabe hex color red value is 96, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #60aabe hue: 0.54 , saturation: 0.42 and the lightness value of 60aabe is 0.56.

The process color (four color CMYK) of #60aabe color hex is 0.49, 0.11, 0.00, 0.25. Web safe color of #60aabe is #6699cc. Color #60aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 10111110
Octal 140 252 276
Decimal 96 170 190
Hex 60 AA BE

RGB Percentages of Color #60aabe

%21.05
%37.28
%41.67

CMYK Percentages of Color #60aabe

%49
%11
%0
%25

Triadic Colors of #60aabe

#60aabe #be60aa #aabe60

Analogous Colors of #60aabe

#60aabe #607bbe #60bea3

Monochromatic Colors of #60aabe

#60aabe

Complementary Color

#60aabe #be7460

#60aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aabe Color CSS Codes

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

#60aabe Text Font Color

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

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


#60aabe Background Color

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

This div background color is #60aabe


#60aabe Border Color

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

This div border color is #60aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aabe


Comments

No comments written yet.

Please login to write comment.