Color spaces of #09faed
RGB | 9 | 250 | 237 |
---|---|---|---|
HSL | 0.49 | 0.96 | 0.51 |
HSV | 177° | 96° | 98° |
CMYK | 0.96 | 0.00 | 0.05 0.02 |
XYZ | 49.5843 | 74.5437 | 91.8958 |
Yxy | 74.5437 | 0.2295 | 0.3451 |
Hunter Lab | 86.3387 | -48.5802 | -2.6691 |
CIE-Lab | 89.1788 | -50.8514 | -7.6630 |
#09faed color RGB value is (9,250,237).
#09faed hex color red value is 9, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #09faed hue: 0.49 , saturation: 0.96 and the lightness value of 09faed is 0.51.
The process color (four color CMYK) of #09faed color hex is 0.96, 0.00, 0.05, 0.02. Web safe color of #09faed is #00ffff. Color #09faed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 11111010 | 11101101 |
Octal | 11 | 372 | 355 |
Decimal | 9 | 250 | 237 |
Hex | 9 | FA | ED |
Shades of #09faed
Tints of #09faed
RGB Percentages of Color #09faed
CMYK Percentages of Color #09faed
Complementary Color
#09faed | #fa0916 |
#09faed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09faed Color Preview on White Background
Lorem ipsum dolor sit amet.
#09faed Color CSS Codes
.mybgcolor {background-color:#09faed; } .myforecolor {color:#09faed; } .mybordercolor {border:3px solid #09faed; }
#09faed Text Font Color
<p style="color:#09faed">Text here</p>
This sample text font color is #09faed
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.
#09faed Background Color
<div style="background-color:#09faed">
Div content here</div>
This div background color is #09faed
#09faed Border Color
<div style="border:3px solid #09faed">
Div here</div>
This div border color is #09faed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,250,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09faed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09faed; -webkit-box-shadow: 1px 1px 3px 2px #09faed; box-shadow: 1px 1px 3px 2px #09faed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,250,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09faed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09faed; -webkit-box-shadow: 1px 1px 3px 2px #09faed; box-shadow: 1px 1px 3px 2px #09faed;">
Div content here</div>
This div box has shadow with color #09faed
Comments
No comments written yet.
Please login to write comment.