Color spaces of #11effc
RGB | 17 | 239 | 252 |
---|---|---|---|
HSL | 0.51 | 0.98 | 0.53 |
HSV | 183° | 93° | 99° |
CMYK | 0.93 | 0.05 | 0.00 0.01 |
XYZ | 48.6684 | 68.8804 | 102.8256 |
Yxy | 68.8804 | 0.2208 | 0.3126 |
Hunter Lab | 82.9942 | -40.5662 | -15.3613 |
CIE-Lab | 86.4448 | -41.5605 | -19.5913 |
#11effc color RGB value is (17,239,252).
#11effc hex color red value is 17, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #11effc hue: 0.51 , saturation: 0.98 and the lightness value of 11effc is 0.53.
The process color (four color CMYK) of #11effc color hex is 0.93, 0.05, 0.00, 0.01. Web safe color of #11effc is #00ffff. Color #11effc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 11101111 | 11111100 |
Octal | 21 | 357 | 374 |
Decimal | 17 | 239 | 252 |
Hex | 11 | EF | FC |
Shades of #11effc
Tints of #11effc
RGB Percentages of Color #11effc
CMYK Percentages of Color #11effc
Complementary Color
#11effc | #fc1e11 |
#11effc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11effc Color Preview on White Background
Lorem ipsum dolor sit amet.
#11effc Color CSS Codes
.mybgcolor {background-color:#11effc; } .myforecolor {color:#11effc; } .mybordercolor {border:3px solid #11effc; }
#11effc Text Font Color
<p style="color:#11effc">Text here</p>
This sample text font color is #11effc
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.
#11effc Background Color
<div style="background-color:#11effc">
Div content here</div>
This div background color is #11effc
#11effc Border Color
<div style="border:3px solid #11effc">
Div here</div>
This div border color is #11effc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,239,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11effc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11effc; -webkit-box-shadow: 1px 1px 3px 2px #11effc; box-shadow: 1px 1px 3px 2px #11effc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,239,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11effc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11effc; -webkit-box-shadow: 1px 1px 3px 2px #11effc; box-shadow: 1px 1px 3px 2px #11effc;">
Div content here</div>
This div box has shadow with color #11effc
Comments
No comments written yet.
Please login to write comment.