Color spaces of #091ada
RGB | 9 | 26 | 218 |
---|---|---|---|
HSL | 0.65 | 0.92 | 0.45 |
HSV | 235° | 96° | 85° |
CMYK | 0.96 | 0.88 | 0.00 0.15 |
XYZ | 13.1369 | 5.8588 | 66.7681 |
Yxy | 5.8588 | 0.1532 | 0.0683 |
Hunter Lab | 24.2050 | 54.5197 | -146.6049 |
CIE-Lab | 29.0534 | 64.3208 | -92.2372 |
#091ada color RGB value is (9,26,218).
#091ada hex color red value is 9, green value is 26 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #091ada hue: 0.65 , saturation: 0.92 and the lightness value of 091ada is 0.45.
The process color (four color CMYK) of #091ada color hex is 0.96, 0.88, 0.00, 0.15. Web safe color of #091ada is #0033cc. Color #091ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00011010 | 11011010 |
Octal | 11 | 32 | 332 |
Decimal | 9 | 26 | 218 |
Hex | 9 | 1A | DA |
Shades of #091ada
Tints of #091ada
RGB Percentages of Color #091ada
CMYK Percentages of Color #091ada
Complementary Color
#091ada | #dac909 |
#091ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#091ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#091ada Color CSS Codes
.mybgcolor {background-color:#091ada; } .myforecolor {color:#091ada; } .mybordercolor {border:3px solid #091ada; }
#091ada Text Font Color
<p style="color:#091ada">Text here</p>
This sample text font color is #091ada
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.
#091ada Background Color
<div style="background-color:#091ada">
Div content here</div>
This div background color is #091ada
#091ada Border Color
<div style="border:3px solid #091ada">
Div here</div>
This div border color is #091ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,26,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #091ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #091ada; -webkit-box-shadow: 1px 1px 3px 2px #091ada; box-shadow: 1px 1px 3px 2px #091ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,26,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #091ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #091ada; -webkit-box-shadow: 1px 1px 3px 2px #091ada; box-shadow: 1px 1px 3px 2px #091ada;">
Div content here</div>
This div box has shadow with color #091ada
Comments
No comments written yet.
Please login to write comment.