Color spaces of #9aecfa
RGB | 154 | 236 | 250 |
---|---|---|---|
HSL | 0.52 | 0.91 | 0.79 |
HSV | 189° | 38° | 98° |
CMYK | 0.38 | 0.06 | 0.00 0.02 |
XYZ | 60.5772 | 73.7631 | 101.4874 |
Yxy | 73.7631 | 0.2569 | 0.3128 |
Hunter Lab | 85.8854 | -24.3989 | -9.9408 |
CIE-Lab | 88.8104 | -21.4799 | -14.6577 |
#9aecfa color RGB value is (154,236,250).
#9aecfa hex color red value is 154, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9aecfa hue: 0.52 , saturation: 0.91 and the lightness value of 9aecfa is 0.79.
The process color (four color CMYK) of #9aecfa color hex is 0.38, 0.06, 0.00, 0.02. Web safe color of #9aecfa is #99ffff. Color #9aecfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011010 | 11101100 | 11111010 |
Octal | 232 | 354 | 372 |
Decimal | 154 | 236 | 250 |
Hex | 9A | EC | FA |
Shades of #9aecfa
Tints of #9aecfa
RGB Percentages of Color #9aecfa
CMYK Percentages of Color #9aecfa
Complementary Color
#9aecfa | #faa89a |
#9aecfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9aecfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#9aecfa Color CSS Codes
.mybgcolor {background-color:#9aecfa; } .myforecolor {color:#9aecfa; } .mybordercolor {border:3px solid #9aecfa; }
#9aecfa Text Font Color
<p style="color:#9aecfa">Text here</p>
This sample text font color is #9aecfa
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.
#9aecfa Background Color
<div style="background-color:#9aecfa">
Div content here</div>
This div background color is #9aecfa
#9aecfa Border Color
<div style="border:3px solid #9aecfa">
Div here</div>
This div border color is #9aecfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(154,236,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9aecfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9aecfa; -webkit-box-shadow: 1px 1px 3px 2px #9aecfa; box-shadow: 1px 1px 3px 2px #9aecfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(154,236,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9aecfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9aecfa; -webkit-box-shadow: 1px 1px 3px 2px #9aecfa; box-shadow: 1px 1px 3px 2px #9aecfa;">
Div content here</div>
This div box has shadow with color #9aecfa
Comments
No comments written yet.
Please login to write comment.