Color Hex Logo

#60adab Color Hex

#60ADAB
(96,173,171)
0 Favorites   0 Comments

Color spaces of #60adab

RGB 96173171
HSL0.500.320.53
HSV178°45°68°
CMYK 0.450.000.01   0.32
XYZ27.118135.314243.9151
Yxy35.31420.25500.3321
Hunter Lab59.4258-22.5391-2.2168
CIE-Lab65.9926-24.2538-6.4018

#60adab color RGB value is (96,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101101 10101011
Octal 140 255 253
Decimal 96 173 171
Hex 60 AD AB

RGB Percentages of Color #60adab

%21.82
%39.32
%38.86

CMYK Percentages of Color #60adab

%45
%0
%1
%32

Triadic Colors of #60adab

#60adab #ab60ad #adab60

Analogous Colors of #60adab

#60adab #6089ad #60ad85

Monochromatic Colors of #60adab

#60adab

Complementary Color

#60adab #ad6062

#60adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#60adab Color CSS Codes

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

#60adab Text Font Color

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

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


#60adab Background Color

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

This div background color is #60adab


#60adab Border Color

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

This div border color is #60adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60adab


Comments

No comments written yet.

Please login to write comment.