Color spaces of #90a9bf
RGB | 144 | 169 | 191 |
---|---|---|---|
HSL | 0.58 | 0.27 | 0.66 |
HSV | 208° | 25° | 75° |
CMYK | 0.25 | 0.12 | 0.00 0.25 |
XYZ | 35.0935 | 38.0668 | 54.7882 |
Yxy | 38.0668 | 0.2743 | 0.2975 |
Hunter Lab | 61.6983 | -6.4426 | -9.4608 |
CIE-Lab | 68.0698 | -3.6688 | -14.1284 |
#90a9bf color RGB value is (144,169,191).
#90a9bf hex color red value is 144, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #90a9bf hue: 0.58 , saturation: 0.27 and the lightness value of 90a9bf is 0.66.
The process color (four color CMYK) of #90a9bf color hex is 0.25, 0.12, 0.00, 0.25. Web safe color of #90a9bf is #9999cc. Color #90a9bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10101001 | 10111111 |
Octal | 220 | 251 | 277 |
Decimal | 144 | 169 | 191 |
Hex | 90 | A9 | BF |
Shades of #90a9bf
Tints of #90a9bf
RGB Percentages of Color #90a9bf
CMYK Percentages of Color #90a9bf
Complementary Color
#90a9bf | #bfa690 |
#90a9bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90a9bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#90a9bf Color CSS Codes
.mybgcolor {background-color:#90a9bf; } .myforecolor {color:#90a9bf; } .mybordercolor {border:3px solid #90a9bf; }
#90a9bf Text Font Color
<p style="color:#90a9bf">Text here</p>
This sample text font color is #90a9bf
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.
#90a9bf Background Color
<div style="background-color:#90a9bf">
Div content here</div>
This div background color is #90a9bf
#90a9bf Border Color
<div style="border:3px solid #90a9bf">
Div here</div>
This div border color is #90a9bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,169,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90a9bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90a9bf; -webkit-box-shadow: 1px 1px 3px 2px #90a9bf; box-shadow: 1px 1px 3px 2px #90a9bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,169,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90a9bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90a9bf; -webkit-box-shadow: 1px 1px 3px 2px #90a9bf; box-shadow: 1px 1px 3px 2px #90a9bf;">
Div content here</div>
This div box has shadow with color #90a9bf
Comments
No comments written yet.
Please login to write comment.