Color Hex Logo

#60afaf Color Hex

#60AFAF
(96,175,175)
0 Favorites   0 Comments

Color spaces of #60afaf

RGB 96175175
HSL0.500.330.53
HSV180°45°69°
CMYK 0.450.000.00   0.31
XYZ27.891736.241946.0828
Yxy36.24190.25310.3288
Hunter Lab60.2012-22.6518-3.2444
CIE-Lab66.7043-24.2211-7.5670

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101111 10101111
Octal 140 257 257
Decimal 96 175 175
Hex 60 AF AF

RGB Percentages of Color #60afaf

%21.52
%39.24
%39.24

CMYK Percentages of Color #60afaf

%45
%0
%0
%31

Triadic Colors of #60afaf

#60afaf #af60af #afaf60

Analogous Colors of #60afaf

#60afaf #6088af #60af88

Monochromatic Colors of #60afaf

#60afaf

Complementary Color

#60afaf #af6060

#60afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60afaf Color CSS Codes

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

#60afaf Text Font Color

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

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


#60afaf Background Color

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

This div background color is #60afaf


#60afaf Border Color

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

This div border color is #60afaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,175,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 #60afaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60afaf


Comments

No comments written yet.

Please login to write comment.