Color spaces of #90abcb
RGB | 144 | 171 | 203 |
---|---|---|---|
HSL | 0.59 | 0.36 | 0.68 |
HSV | 213° | 29° | 80° |
CMYK | 0.29 | 0.16 | 0.00 0.20 |
XYZ | 36.8440 | 39.3669 | 62.1566 |
Yxy | 39.3669 | 0.2663 | 0.2845 |
Hunter Lab | 62.7430 | -4.9815 | -14.8157 |
CIE-Lab | 69.0162 | -1.8804 | -19.3303 |
#90abcb color RGB value is (144,171,203).
#90abcb hex color red value is 144, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #90abcb hue: 0.59 , saturation: 0.36 and the lightness value of 90abcb is 0.68.
The process color (four color CMYK) of #90abcb color hex is 0.29, 0.16, 0.00, 0.20. Web safe color of #90abcb is #9999cc. Color #90abcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10101011 | 11001011 |
Octal | 220 | 253 | 313 |
Decimal | 144 | 171 | 203 |
Hex | 90 | AB | CB |
Shades of #90abcb
Tints of #90abcb
RGB Percentages of Color #90abcb
CMYK Percentages of Color #90abcb
Complementary Color
#90abcb | #cbb090 |
#90abcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90abcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#90abcb Color CSS Codes
.mybgcolor {background-color:#90abcb; } .myforecolor {color:#90abcb; } .mybordercolor {border:3px solid #90abcb; }
#90abcb Text Font Color
<p style="color:#90abcb">Text here</p>
This sample text font color is #90abcb
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.
#90abcb Background Color
<div style="background-color:#90abcb">
Div content here</div>
This div background color is #90abcb
#90abcb Border Color
<div style="border:3px solid #90abcb">
Div here</div>
This div border color is #90abcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,171,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90abcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90abcb; -webkit-box-shadow: 1px 1px 3px 2px #90abcb; box-shadow: 1px 1px 3px 2px #90abcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,171,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 #90abcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90abcb; -webkit-box-shadow: 1px 1px 3px 2px #90abcb; box-shadow: 1px 1px 3px 2px #90abcb;">
Div content here</div>
This div box has shadow with color #90abcb
Comments
No comments written yet.
Please login to write comment.