Color spaces of #16bccc
RGB | 22 | 188 | 204 |
---|---|---|---|
HSL | 0.51 | 0.81 | 0.44 |
HSV | 185° | 89° | 80° |
CMYK | 0.89 | 0.08 | 0.00 0.20 |
XYZ | 29.2132 | 40.4966 | 63.4037 |
Yxy | 40.4966 | 0.2195 | 0.3042 |
Hunter Lab | 63.6369 | -29.4224 | -14.5268 |
CIE-Lab | 69.8218 | -32.4915 | -19.0436 |
#16bccc color RGB value is (22,188,204).
#16bccc hex color red value is 22, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #16bccc hue: 0.51 , saturation: 0.81 and the lightness value of 16bccc is 0.44.
The process color (four color CMYK) of #16bccc color hex is 0.89, 0.08, 0.00, 0.20. Web safe color of #16bccc is #00cccc. Color #16bccc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 10111100 | 11001100 |
Octal | 26 | 274 | 314 |
Decimal | 22 | 188 | 204 |
Hex | 16 | BC | CC |
Shades of #16bccc
Tints of #16bccc
RGB Percentages of Color #16bccc
CMYK Percentages of Color #16bccc
Complementary Color
#16bccc | #cc2616 |
#16bccc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#16bccc Color Preview on White Background
Lorem ipsum dolor sit amet.
#16bccc Color CSS Codes
.mybgcolor {background-color:#16bccc; } .myforecolor {color:#16bccc; } .mybordercolor {border:3px solid #16bccc; }
#16bccc Text Font Color
<p style="color:#16bccc">Text here</p>
This sample text font color is #16bccc
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.
#16bccc Background Color
<div style="background-color:#16bccc">
Div content here</div>
This div background color is #16bccc
#16bccc Border Color
<div style="border:3px solid #16bccc">
Div here</div>
This div border color is #16bccc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,188,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #16bccc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #16bccc; -webkit-box-shadow: 1px 1px 3px 2px #16bccc; box-shadow: 1px 1px 3px 2px #16bccc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,188,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #16bccc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #16bccc; -webkit-box-shadow: 1px 1px 3px 2px #16bccc; box-shadow: 1px 1px 3px 2px #16bccc;">
Div content here</div>
This div box has shadow with color #16bccc
Comments
No comments written yet.
Please login to write comment.