Color Hex Logo

#60aaae Color Hex

#60AAAE
(96,170,174)
0 Favorites   0 Comments

Color spaces of #60aaae

RGB 96170174
HSL0.510.330.53
HSV183°45°68°
CMYK 0.450.020.00   0.32
XYZ26.838634.292245.2489
Yxy34.29220.25230.3224
Hunter Lab58.5595-20.6703-4.8216
CIE-Lab65.1938-21.9458-9.2600

#60aaae color RGB value is (96,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101010 10101110
Octal 140 252 256
Decimal 96 170 174
Hex 60 AA AE

RGB Percentages of Color #60aaae

%21.82
%38.64
%39.55

CMYK Percentages of Color #60aaae

%45
%2
%0
%32

Triadic Colors of #60aaae

#60aaae #ae60aa #aaae60

Analogous Colors of #60aaae

#60aaae #6083ae #60ae8b

Monochromatic Colors of #60aaae

#60aaae

Complementary Color

#60aaae #ae6460

#60aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aaae Color CSS Codes

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

#60aaae Text Font Color

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

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


#60aaae Background Color

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

This div background color is #60aaae


#60aaae Border Color

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

This div border color is #60aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aaae


Comments

No comments written yet.

Please login to write comment.