Color spaces of #11ceec
RGB | 17 | 206 | 236 |
---|---|---|---|
HSL | 0.52 | 0.87 | 0.50 |
HSV | 188° | 93° | 93° |
CMYK | 0.93 | 0.13 | 0.00 0.07 |
XYZ | 37.4428 | 50.3179 | 87.0958 |
Yxy | 50.3179 | 0.2141 | 0.2878 |
Hunter Lab | 70.9351 | -29.9160 | -23.1431 |
CIE-Lab | 76.2640 | -31.1564 | -26.5802 |
#11ceec color RGB value is (17,206,236).
#11ceec hex color red value is 17, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #11ceec hue: 0.52 , saturation: 0.87 and the lightness value of 11ceec is 0.50.
The process color (four color CMYK) of #11ceec color hex is 0.93, 0.13, 0.00, 0.07. Web safe color of #11ceec is #00ccff. Color #11ceec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 11001110 | 11101100 |
Octal | 21 | 316 | 354 |
Decimal | 17 | 206 | 236 |
Hex | 11 | CE | EC |
Shades of #11ceec
Tints of #11ceec
RGB Percentages of Color #11ceec
CMYK Percentages of Color #11ceec
Complementary Color
#11ceec | #ec2f11 |
#11ceec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11ceec Color Preview on White Background
Lorem ipsum dolor sit amet.
#11ceec Color CSS Codes
.mybgcolor {background-color:#11ceec; } .myforecolor {color:#11ceec; } .mybordercolor {border:3px solid #11ceec; }
#11ceec Text Font Color
<p style="color:#11ceec">Text here</p>
This sample text font color is #11ceec
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.
#11ceec Background Color
<div style="background-color:#11ceec">
Div content here</div>
This div background color is #11ceec
#11ceec Border Color
<div style="border:3px solid #11ceec">
Div here</div>
This div border color is #11ceec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,206,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11ceec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11ceec; -webkit-box-shadow: 1px 1px 3px 2px #11ceec; box-shadow: 1px 1px 3px 2px #11ceec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,206,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11ceec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11ceec; -webkit-box-shadow: 1px 1px 3px 2px #11ceec; box-shadow: 1px 1px 3px 2px #11ceec;">
Div content here</div>
This div box has shadow with color #11ceec
Comments
No comments written yet.
Please login to write comment.