Color Hex Logo

#90adaa Color Hex

#90ADAA
(144,173,170)
0 Favorites   0 Comments

Color spaces of #90adaa

RGB 144173170
HSL0.480.150.62
HSV174°17°68°
CMYK 0.170.000.02   0.32
XYZ33.700938.718743.7274
Yxy38.71870.29020.3334
Hunter Lab62.2244-12.21651.8917
CIE-Lab68.5470-10.5345-1.7868

#90adaa color RGB value is (144,173,170).

#90adaa hex color red value is 144, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #90adaa hue: 0.48 , saturation: 0.15 and the lightness value of 90adaa is 0.62.

The process color (four color CMYK) of #90adaa color hex is 0.17, 0.00, 0.02, 0.32. Web safe color of #90adaa is #999999. Color #90adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 10101010
Octal 220 255 252
Decimal 144 173 170
Hex 90 AD AA

RGB Percentages of Color #90adaa

%29.57
%35.52
%34.91

CMYK Percentages of Color #90adaa

%17
%0
%2
%32

Triadic Colors of #90adaa

#90adaa #aa90ad #adaa90

Analogous Colors of #90adaa

#90adaa #90a2ad #90ad9c

Monochromatic Colors of #90adaa

#90adaa

Complementary Color

#90adaa #ad9093

#90adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adaa Color CSS Codes

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

#90adaa Text Font Color

<p style="color:#90adaa">Text here</p>

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


#90adaa Background Color

<div style="background-color:#90adaa">
Div content here</div>

This div background color is #90adaa


#90adaa Border Color

<div style="border:3px solid #90adaa">
Div here</div>

This div border color is #90adaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,173,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90adaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90adaa;
  -webkit-box-shadow: 1px 1px 3px 2px #90adaa;
  box-shadow:         1px 1px 3px 2px #90adaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adaa


Comments

No comments written yet.

Please login to write comment.