Color spaces of #11aafe
RGB | 17 | 170 | 254 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.53 |
HSV | 201° | 93° | 100° |
CMYK | 0.93 | 0.33 | 0.00 0.00 |
XYZ | 32.4953 | 36.0244 | 99.0066 |
Yxy | 36.0244 | 0.1940 | 0.2150 |
Hunter Lab | 60.0203 | -8.3948 | -55.7877 |
CIE-Lab | 66.5386 | -6.1488 | -51.4524 |
#11aafe color RGB value is (17,170,254).
#11aafe hex color red value is 17, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #11aafe hue: 0.56 , saturation: 0.99 and the lightness value of 11aafe is 0.53.
The process color (four color CMYK) of #11aafe color hex is 0.93, 0.33, 0.00, 0.00. Web safe color of #11aafe is #0099ff. Color #11aafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10101010 | 11111110 |
Octal | 21 | 252 | 376 |
Decimal | 17 | 170 | 254 |
Hex | 11 | AA | FE |
Shades of #11aafe
Tints of #11aafe
RGB Percentages of Color #11aafe
CMYK Percentages of Color #11aafe
Complementary Color
#11aafe | #fe6511 |
#11aafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11aafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#11aafe Color CSS Codes
.mybgcolor {background-color:#11aafe; } .myforecolor {color:#11aafe; } .mybordercolor {border:3px solid #11aafe; }
#11aafe Text Font Color
<p style="color:#11aafe">Text here</p>
This sample text font color is #11aafe
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.
#11aafe Background Color
<div style="background-color:#11aafe">
Div content here</div>
This div background color is #11aafe
#11aafe Border Color
<div style="border:3px solid #11aafe">
Div here</div>
This div border color is #11aafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,170,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11aafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11aafe; -webkit-box-shadow: 1px 1px 3px 2px #11aafe; box-shadow: 1px 1px 3px 2px #11aafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,170,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11aafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11aafe; -webkit-box-shadow: 1px 1px 3px 2px #11aafe; box-shadow: 1px 1px 3px 2px #11aafe;">
Div content here</div>
This div box has shadow with color #11aafe
Comments
No comments written yet.
Please login to write comment.