Color spaces of #18afdd
RGB | 24 | 175 | 221 |
---|---|---|---|
HSL | 0.54 | 0.80 | 0.48 |
HSV | 194° | 89° | 87° |
CMYK | 0.89 | 0.21 | 0.00 0.13 |
XYZ | 28.7578 | 36.0746 | 73.8540 |
Yxy | 36.0746 | 0.2074 | 0.2601 |
Hunter Lab | 60.0621 | -19.6428 | -30.8611 |
CIE-Lab | 66.5769 | -20.2675 | -33.3515 |
#18afdd color RGB value is (24,175,221).
#18afdd hex color red value is 24, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #18afdd hue: 0.54 , saturation: 0.80 and the lightness value of 18afdd is 0.48.
The process color (four color CMYK) of #18afdd color hex is 0.89, 0.21, 0.00, 0.13. Web safe color of #18afdd is #0099cc. Color #18afdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 10101111 | 11011101 |
Octal | 30 | 257 | 335 |
Decimal | 24 | 175 | 221 |
Hex | 18 | AF | DD |
Shades of #18afdd
Tints of #18afdd
RGB Percentages of Color #18afdd
CMYK Percentages of Color #18afdd
Complementary Color
#18afdd | #dd4618 |
#18afdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18afdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#18afdd Color CSS Codes
.mybgcolor {background-color:#18afdd; } .myforecolor {color:#18afdd; } .mybordercolor {border:3px solid #18afdd; }
#18afdd Text Font Color
<p style="color:#18afdd">Text here</p>
This sample text font color is #18afdd
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.
#18afdd Background Color
<div style="background-color:#18afdd">
Div content here</div>
This div background color is #18afdd
#18afdd Border Color
<div style="border:3px solid #18afdd">
Div here</div>
This div border color is #18afdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,175,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18afdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18afdd; -webkit-box-shadow: 1px 1px 3px 2px #18afdd; box-shadow: 1px 1px 3px 2px #18afdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,175,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 #18afdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18afdd; -webkit-box-shadow: 1px 1px 3px 2px #18afdd; box-shadow: 1px 1px 3px 2px #18afdd;">
Div content here</div>
This div box has shadow with color #18afdd
Comments
No comments written yet.
Please login to write comment.