Color Hex Logo

#90a0cb Color Hex

#90A0CB
(144,160,203)
0 Favorites   0 Comments

Color spaces of #90a0cb

RGB 144160203
HSL0.620.360.68
HSV224°29°80°
CMYK 0.290.210.00   0.20
XYZ34.851935.382761.4926
Yxy35.38270.26460.2686
Hunter Lab59.48340.4891-19.6544
CIE-Lab66.04554.2315-23.8592

#90a0cb color RGB value is (144,160,203).

#90a0cb hex color red value is 144, green value is 160 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #90a0cb hue: 0.62 , saturation: 0.36 and the lightness value of 90a0cb is 0.68.

The process color (four color CMYK) of #90a0cb color hex is 0.29, 0.21, 0.00, 0.20. Web safe color of #90a0cb is #9999cc. Color #90a0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100000 11001011
Octal 220 240 313
Decimal 144 160 203
Hex 90 A0 CB

RGB Percentages of Color #90a0cb

%28.40
%31.56
%40.04

CMYK Percentages of Color #90a0cb

%29
%21
%0
%20

Triadic Colors of #90a0cb

#90a0cb #cb90a0 #a0cb90

Analogous Colors of #90a0cb

#90a0cb #9e90cb #90becb

Monochromatic Colors of #90a0cb

#90a0cb

Complementary Color

#90a0cb #cbbb90

#90a0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a0cb Color CSS Codes

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

#90a0cb Text Font Color

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

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


#90a0cb Background Color

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

This div background color is #90a0cb


#90a0cb Border Color

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

This div border color is #90a0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a0cb


Comments

No comments written yet.

Please login to write comment.