Color spaces of #09adea
RGB | 9 | 173 | 234 |
---|---|---|---|
HSL | 0.55 | 0.93 | 0.48 |
HSV | 196° | 96° | 92° |
CMYK | 0.96 | 0.26 | 0.00 0.08 |
XYZ | 29.9075 | 35.8857 | 83.1922 |
Yxy | 35.8857 | 0.2007 | 0.2409 |
Hunter Lab | 59.9047 | -15.7168 | -40.4053 |
CIE-Lab | 66.4325 | -15.2303 | -40.7148 |
#09adea color RGB value is (9,173,234).
#09adea hex color red value is 9, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #09adea hue: 0.55 , saturation: 0.93 and the lightness value of 09adea is 0.48.
The process color (four color CMYK) of #09adea color hex is 0.96, 0.26, 0.00, 0.08. Web safe color of #09adea is #0099ff. Color #09adea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 10101101 | 11101010 |
Octal | 11 | 255 | 352 |
Decimal | 9 | 173 | 234 |
Hex | 9 | AD | EA |
Shades of #09adea
Tints of #09adea
RGB Percentages of Color #09adea
CMYK Percentages of Color #09adea
Complementary Color
#09adea | #ea4609 |
#09adea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09adea Color Preview on White Background
Lorem ipsum dolor sit amet.
#09adea Color CSS Codes
.mybgcolor {background-color:#09adea; } .myforecolor {color:#09adea; } .mybordercolor {border:3px solid #09adea; }
#09adea Text Font Color
<p style="color:#09adea">Text here</p>
This sample text font color is #09adea
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.
#09adea Background Color
<div style="background-color:#09adea">
Div content here</div>
This div background color is #09adea
#09adea Border Color
<div style="border:3px solid #09adea">
Div here</div>
This div border color is #09adea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,173,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09adea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09adea; -webkit-box-shadow: 1px 1px 3px 2px #09adea; box-shadow: 1px 1px 3px 2px #09adea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,173,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09adea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09adea; -webkit-box-shadow: 1px 1px 3px 2px #09adea; box-shadow: 1px 1px 3px 2px #09adea;">
Div content here</div>
This div box has shadow with color #09adea
Comments
No comments written yet.
Please login to write comment.