Color Hex Logo

#90a6be Color Hex

#90A6BE
(144,166,190)
0 Favorites   0 Comments

Color spaces of #90a6be

RGB 144166190
HSL0.590.260.65
HSV211°24°75°
CMYK 0.240.130.00   0.25
XYZ34.432136.919454.0266
Yxy36.91940.27460.2945
Hunter Lab60.7613-5.1804-10.1854
CIE-Lab67.2165-2.2585-14.8591

#90a6be color RGB value is (144,166,190).

#90a6be hex color red value is 144, green value is 166 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90a6be hue: 0.59 , saturation: 0.26 and the lightness value of 90a6be is 0.65.

The process color (four color CMYK) of #90a6be color hex is 0.24, 0.13, 0.00, 0.25. Web safe color of #90a6be is #9999cc. Color #90a6be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100110 10111110
Octal 220 246 276
Decimal 144 166 190
Hex 90 A6 BE

RGB Percentages of Color #90a6be

%28.80
%33.20
%38.00

CMYK Percentages of Color #90a6be

%24
%13
%0
%25

Triadic Colors of #90a6be

#90a6be #be90a6 #a6be90

Analogous Colors of #90a6be

#90a6be #9190be #90bdbe

Monochromatic Colors of #90a6be

#90a6be

Complementary Color

#90a6be #bea890

#90a6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a6be Color CSS Codes

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

#90a6be Text Font Color

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

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


#90a6be Background Color

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

This div background color is #90a6be


#90a6be Border Color

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

This div border color is #90a6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a6be


Comments

No comments written yet.

Please login to write comment.