Color spaces of #10fadd
RGB | 16 | 250 | 221 |
---|---|---|---|
HSL | 0.48 | 0.96 | 0.52 |
HSV | 173° | 94° | 98° |
CMYK | 0.94 | 0.00 | 0.12 0.02 |
XYZ | 47.4504 | 73.7018 | 80.1316 |
Yxy | 73.7018 | 0.2357 | 0.3662 |
Hunter Lab | 85.8498 | -51.5775 | 4.7539 |
CIE-Lab | 88.7814 | -54.9971 | 0.0879 |
#10fadd color RGB value is (16,250,221).
#10fadd hex color red value is 16, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #10fadd hue: 0.48 , saturation: 0.96 and the lightness value of 10fadd is 0.52.
The process color (four color CMYK) of #10fadd color hex is 0.94, 0.00, 0.12, 0.02. Web safe color of #10fadd is #00ffcc. Color #10fadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 11111010 | 11011101 |
Octal | 20 | 372 | 335 |
Decimal | 16 | 250 | 221 |
Hex | 10 | FA | DD |
Shades of #10fadd
Tints of #10fadd
RGB Percentages of Color #10fadd
CMYK Percentages of Color #10fadd
Complementary Color
#10fadd | #fa102d |
#10fadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10fadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#10fadd Color CSS Codes
.mybgcolor {background-color:#10fadd; } .myforecolor {color:#10fadd; } .mybordercolor {border:3px solid #10fadd; }
#10fadd Text Font Color
<p style="color:#10fadd">Text here</p>
This sample text font color is #10fadd
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.
#10fadd Background Color
<div style="background-color:#10fadd">
Div content here</div>
This div background color is #10fadd
#10fadd Border Color
<div style="border:3px solid #10fadd">
Div here</div>
This div border color is #10fadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,250,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10fadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10fadd; -webkit-box-shadow: 1px 1px 3px 2px #10fadd; box-shadow: 1px 1px 3px 2px #10fadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,250,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10fadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10fadd; -webkit-box-shadow: 1px 1px 3px 2px #10fadd; box-shadow: 1px 1px 3px 2px #10fadd;">
Div content here</div>
This div box has shadow with color #10fadd
Comments
No comments written yet.
Please login to write comment.