Color Hex Logo

#60aeaf Color Hex

#60AEAF
(96,174,175)
0 Favorites   0 Comments

Color spaces of #60aeaf

RGB 96174175
HSL0.500.330.53
HSV181°45°69°
CMYK 0.450.010.00   0.31
XYZ27.697835.854046.0181
Yxy35.85400.25280.3272
Hunter Lab59.8782-22.2183-3.6513
CIE-Lab66.4082-23.7164-8.0072

#60aeaf color RGB value is (96,174,175).

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

The process color (four color CMYK) of #60aeaf color hex is 0.45, 0.01, 0.00, 0.31. Web safe color of #60aeaf is #669999. Color #60aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 10101111
Octal 140 256 257
Decimal 96 174 175
Hex 60 AE AF

RGB Percentages of Color #60aeaf

%21.57
%39.10
%39.33

CMYK Percentages of Color #60aeaf

%45
%1
%0
%31

Triadic Colors of #60aeaf

#60aeaf #af60ae #aeaf60

Analogous Colors of #60aeaf

#60aeaf #6087af #60af89

Monochromatic Colors of #60aeaf

#60aeaf

Complementary Color

#60aeaf #af6160

#60aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeaf Color CSS Codes

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

#60aeaf Text Font Color

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

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


#60aeaf Background Color

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

This div background color is #60aeaf


#60aeaf Border Color

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

This div border color is #60aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeaf


Comments

No comments written yet.

Please login to write comment.