Color spaces of #10ceab
RGB | 16 | 206 | 171 |
---|---|---|---|
HSL | 0.47 | 0.86 | 0.44 |
HSV | 169° | 92° | 81° |
CMYK | 0.92 | 0.00 | 0.17 0.19 |
XYZ | 29.6357 | 47.1930 | 46.0753 |
Yxy | 47.1930 | 0.2411 | 0.3840 |
Hunter Lab | 68.6972 | -43.2158 | 8.3221 |
CIE-Lab | 74.3131 | -50.2316 | 5.5596 |
#10ceab color RGB value is (16,206,171).
#10ceab hex color red value is 16, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #10ceab hue: 0.47 , saturation: 0.86 and the lightness value of 10ceab is 0.44.
The process color (four color CMYK) of #10ceab color hex is 0.92, 0.00, 0.17, 0.19. Web safe color of #10ceab is #00cc99. Color #10ceab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 11001110 | 10101011 |
Octal | 20 | 316 | 253 |
Decimal | 16 | 206 | 171 |
Hex | 10 | CE | AB |
Shades of #10ceab
Tints of #10ceab
RGB Percentages of Color #10ceab
CMYK Percentages of Color #10ceab
Complementary Color
#10ceab | #ce1033 |
#10ceab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#10ceab Color Preview on White Background
Lorem ipsum dolor sit amet.
#10ceab Color CSS Codes
.mybgcolor {background-color:#10ceab; } .myforecolor {color:#10ceab; } .mybordercolor {border:3px solid #10ceab; }
#10ceab Text Font Color
<p style="color:#10ceab">Text here</p>
This sample text font color is #10ceab
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.
#10ceab Background Color
<div style="background-color:#10ceab">
Div content here</div>
This div background color is #10ceab
#10ceab Border Color
<div style="border:3px solid #10ceab">
Div here</div>
This div border color is #10ceab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,206,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #10ceab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #10ceab; -webkit-box-shadow: 1px 1px 3px 2px #10ceab; box-shadow: 1px 1px 3px 2px #10ceab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,206,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #10ceab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #10ceab; -webkit-box-shadow: 1px 1px 3px 2px #10ceab; box-shadow: 1px 1px 3px 2px #10ceab;">
Div content here</div>
This div box has shadow with color #10ceab
Comments
No comments written yet.
Please login to write comment.