Color spaces of #17ddbe
RGB | 23 | 221 | 190 |
---|---|---|---|
HSL | 0.47 | 0.81 | 0.48 |
HSV | 171° | 90° | 87° |
CMYK | 0.90 | 0.00 | 0.14 0.13 |
XYZ | 35.5041 | 55.6128 | 57.5783 |
Yxy | 55.6128 | 0.2388 | 0.3740 |
Hunter Lab | 74.5740 | -45.5220 | 6.4242 |
CIE-Lab | 79.3929 | -51.0818 | 2.7385 |
#17ddbe color RGB value is (23,221,190).
#17ddbe hex color red value is 23, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #17ddbe hue: 0.47 , saturation: 0.81 and the lightness value of 17ddbe is 0.48.
The process color (four color CMYK) of #17ddbe color hex is 0.90, 0.00, 0.14, 0.13. Web safe color of #17ddbe is #00cccc. Color #17ddbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 11011101 | 10111110 |
Octal | 27 | 335 | 276 |
Decimal | 23 | 221 | 190 |
Hex | 17 | DD | BE |
Shades of #17ddbe
Tints of #17ddbe
RGB Percentages of Color #17ddbe
CMYK Percentages of Color #17ddbe
Complementary Color
#17ddbe | #dd1736 |
#17ddbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#17ddbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#17ddbe Color CSS Codes
.mybgcolor {background-color:#17ddbe; } .myforecolor {color:#17ddbe; } .mybordercolor {border:3px solid #17ddbe; }
#17ddbe Text Font Color
<p style="color:#17ddbe">Text here</p>
This sample text font color is #17ddbe
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.
#17ddbe Background Color
<div style="background-color:#17ddbe">
Div content here</div>
This div background color is #17ddbe
#17ddbe Border Color
<div style="border:3px solid #17ddbe">
Div here</div>
This div border color is #17ddbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,221,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #17ddbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #17ddbe; -webkit-box-shadow: 1px 1px 3px 2px #17ddbe; box-shadow: 1px 1px 3px 2px #17ddbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,221,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #17ddbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #17ddbe; -webkit-box-shadow: 1px 1px 3px 2px #17ddbe; box-shadow: 1px 1px 3px 2px #17ddbe;">
Div content here</div>
This div box has shadow with color #17ddbe
Comments
No comments written yet.
Please login to write comment.