Color spaces of #165aeb
RGB | 22 | 90 | 235 |
---|---|---|---|
HSL | 0.61 | 0.84 | 0.50 |
HSV | 221° | 91° | 92° |
CMYK | 0.91 | 0.62 | 0.00 0.08 |
XYZ | 18.9824 | 13.4811 | 80.1989 |
Yxy | 13.4811 | 0.1685 | 0.1197 |
Hunter Lab | 36.7166 | 28.0300 | -103.8036 |
CIE-Lab | 43.4794 | 35.8866 | -78.0695 |
#165aeb color RGB value is (22,90,235).
#165aeb hex color red value is 22, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #165aeb hue: 0.61 , saturation: 0.84 and the lightness value of 165aeb is 0.50.
The process color (four color CMYK) of #165aeb color hex is 0.91, 0.62, 0.00, 0.08. Web safe color of #165aeb is #0066ff. Color #165aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 01011010 | 11101011 |
Octal | 26 | 132 | 353 |
Decimal | 22 | 90 | 235 |
Hex | 16 | 5A | EB |
Shades of #165aeb
Tints of #165aeb
RGB Percentages of Color #165aeb
CMYK Percentages of Color #165aeb
Complementary Color
#165aeb | #eba716 |
#165aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#165aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#165aeb Color CSS Codes
.mybgcolor {background-color:#165aeb; } .myforecolor {color:#165aeb; } .mybordercolor {border:3px solid #165aeb; }
#165aeb Text Font Color
<p style="color:#165aeb">Text here</p>
This sample text font color is #165aeb
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.
#165aeb Background Color
<div style="background-color:#165aeb">
Div content here</div>
This div background color is #165aeb
#165aeb Border Color
<div style="border:3px solid #165aeb">
Div here</div>
This div border color is #165aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,90,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #165aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #165aeb; -webkit-box-shadow: 1px 1px 3px 2px #165aeb; box-shadow: 1px 1px 3px 2px #165aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,90,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #165aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #165aeb; -webkit-box-shadow: 1px 1px 3px 2px #165aeb; box-shadow: 1px 1px 3px 2px #165aeb;">
Div content here</div>
This div box has shadow with color #165aeb
Comments
No comments written yet.
Please login to write comment.