Color Hex Logo

#90a2ad Color Hex

#90A2AD
(144,162,173)
0 Favorites   0 Comments

Color spaces of #90a2ad

RGB 144162173
HSL0.560.150.62
HSV203°17°68°
CMYK 0.170.060.00   0.32
XYZ31.964834.787144.5650
Yxy34.78710.28720.3125
Hunter Lab58.9806-6.4771-3.5124
CIE-Lab65.5826-3.9411-7.8341

#90a2ad color RGB value is (144,162,173).

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

The process color (four color CMYK) of #90a2ad color hex is 0.17, 0.06, 0.00, 0.32. Web safe color of #90a2ad is #999999. Color #90a2ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100010 10101101
Octal 220 242 255
Decimal 144 162 173
Hex 90 A2 AD

RGB Percentages of Color #90a2ad

%30.06
%33.82
%36.12

CMYK Percentages of Color #90a2ad

%17
%6
%0
%32

Triadic Colors of #90a2ad

#90a2ad #ad90a2 #a2ad90

Analogous Colors of #90a2ad

#90a2ad #9094ad #90adaa

Monochromatic Colors of #90a2ad

#90a2ad

Complementary Color

#90a2ad #ad9b90

#90a2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a2ad Color CSS Codes

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

#90a2ad Text Font Color

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

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


#90a2ad Background Color

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

This div background color is #90a2ad


#90a2ad Border Color

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

This div border color is #90a2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a2ad


Comments

No comments written yet.

Please login to write comment.