Color Hex Logo

#60adae Color Hex

#60ADAE
(96,173,174)
0 Favorites   0 Comments

Color spaces of #60adae

RGB 96173174
HSL0.500.330.53
HSV181°45°68°
CMYK 0.450.010.00   0.32
XYZ27.407435.429945.4385
Yxy35.42990.25310.3272
Hunter Lab59.5230-21.9749-3.5945
CIE-Lab66.0820-23.4729-7.9369

#60adae color RGB value is (96,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101101 10101110
Octal 140 255 256
Decimal 96 173 174
Hex 60 AD AE

RGB Percentages of Color #60adae

%21.67
%39.05
%39.28

CMYK Percentages of Color #60adae

%45
%1
%0
%32

Triadic Colors of #60adae

#60adae #ae60ad #adae60

Analogous Colors of #60adae

#60adae #6086ae #60ae88

Monochromatic Colors of #60adae

#60adae

Complementary Color

#60adae #ae6160

#60adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#60adae Color CSS Codes

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

#60adae Text Font Color

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

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


#60adae Background Color

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

This div background color is #60adae


#60adae Border Color

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

This div border color is #60adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60adae


Comments

No comments written yet.

Please login to write comment.