Color Hex Logo

#90aeaa Color Hex

#90AEAA
(144,174,170)
0 Favorites   0 Comments

Color spaces of #90aeaa

RGB 144174170
HSL0.480.160.62
HSV172°17°68°
CMYK 0.170.000.02   0.32
XYZ33.893439.103743.7916
Yxy39.10370.29020.3348
Hunter Lab62.5330-12.68412.2525
CIE-Lab68.8263-11.0659-1.3774

#90aeaa color RGB value is (144,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101110 10101010
Octal 220 256 252
Decimal 144 174 170
Hex 90 AE AA

RGB Percentages of Color #90aeaa

%29.51
%35.66
%34.84

CMYK Percentages of Color #90aeaa

%17
%0
%2
%32

Triadic Colors of #90aeaa

#90aeaa #aa90ae #aeaa90

Analogous Colors of #90aeaa

#90aeaa #90a3ae #90ae9b

Monochromatic Colors of #90aeaa

#90aeaa

Complementary Color

#90aeaa #ae9094

#90aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aeaa Color CSS Codes

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

#90aeaa Text Font Color

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

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


#90aeaa Background Color

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

This div background color is #90aeaa


#90aeaa Border Color

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

This div border color is #90aeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,174,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 #90aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aeaa

#90aeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.