Color spaces of #16ccdf
RGB | 22 | 204 | 223 |
---|---|---|---|
HSL | 0.52 | 0.82 | 0.48 |
HSV | 186° | 90° | 87° |
CMYK | 0.90 | 0.09 | 0.00 0.13 |
XYZ | 35.2430 | 48.6840 | 77.3515 |
Yxy | 48.6840 | 0.2185 | 0.3019 |
Hunter Lab | 69.7739 | -31.9435 | -16.8873 |
CIE-Lab | 75.2543 | -34.1278 | -21.1217 |
#16ccdf color RGB value is (22,204,223).
#16ccdf hex color red value is 22, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #16ccdf hue: 0.52 , saturation: 0.82 and the lightness value of 16ccdf is 0.48.
The process color (four color CMYK) of #16ccdf color hex is 0.90, 0.09, 0.00, 0.13. Web safe color of #16ccdf is #00cccc. Color #16ccdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010110 | 11001100 | 11011111 |
Octal | 26 | 314 | 337 |
Decimal | 22 | 204 | 223 |
Hex | 16 | CC | DF |
Shades of #16ccdf
Tints of #16ccdf
RGB Percentages of Color #16ccdf
CMYK Percentages of Color #16ccdf
Complementary Color
#16ccdf | #df2916 |
#16ccdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#16ccdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#16ccdf Color CSS Codes
.mybgcolor {background-color:#16ccdf; } .myforecolor {color:#16ccdf; } .mybordercolor {border:3px solid #16ccdf; }
#16ccdf Text Font Color
<p style="color:#16ccdf">Text here</p>
This sample text font color is #16ccdf
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.
#16ccdf Background Color
<div style="background-color:#16ccdf">
Div content here</div>
This div background color is #16ccdf
#16ccdf Border Color
<div style="border:3px solid #16ccdf">
Div here</div>
This div border color is #16ccdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(22,204,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #16ccdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #16ccdf; -webkit-box-shadow: 1px 1px 3px 2px #16ccdf; box-shadow: 1px 1px 3px 2px #16ccdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(22,204,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #16ccdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #16ccdf; -webkit-box-shadow: 1px 1px 3px 2px #16ccdf; box-shadow: 1px 1px 3px 2px #16ccdf;">
Div content here</div>
This div box has shadow with color #16ccdf
Comments
No comments written yet.
Please login to write comment.