Color spaces of #24bcdd
RGB | 36 | 188 | 221 |
---|---|---|---|
HSL | 0.53 | 0.73 | 0.50 |
HSV | 191° | 84° | 87° |
CMYK | 0.84 | 0.15 | 0.00 0.13 |
XYZ | 31.7619 | 41.5620 | 74.7548 |
Yxy | 41.5620 | 0.2145 | 0.2807 |
Hunter Lab | 64.4686 | -24.8780 | -23.6219 |
CIE-Lab | 70.5679 | -26.1668 | -27.1820 |
#24bcdd color RGB value is (36,188,221).
#24bcdd hex color red value is 36, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #24bcdd hue: 0.53 , saturation: 0.73 and the lightness value of 24bcdd is 0.50.
The process color (four color CMYK) of #24bcdd color hex is 0.84, 0.15, 0.00, 0.13. Web safe color of #24bcdd is #33cccc. Color #24bcdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 10111100 | 11011101 |
Octal | 44 | 274 | 335 |
Decimal | 36 | 188 | 221 |
Hex | 24 | BC | DD |
Shades of #24bcdd
Tints of #24bcdd
RGB Percentages of Color #24bcdd
CMYK Percentages of Color #24bcdd
Complementary Color
#24bcdd | #dd4524 |
#24bcdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24bcdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#24bcdd Color CSS Codes
.mybgcolor {background-color:#24bcdd; } .myforecolor {color:#24bcdd; } .mybordercolor {border:3px solid #24bcdd; }
#24bcdd Text Font Color
<p style="color:#24bcdd">Text here</p>
This sample text font color is #24bcdd
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.
#24bcdd Background Color
<div style="background-color:#24bcdd">
Div content here</div>
This div background color is #24bcdd
#24bcdd Border Color
<div style="border:3px solid #24bcdd">
Div here</div>
This div border color is #24bcdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,188,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24bcdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24bcdd; -webkit-box-shadow: 1px 1px 3px 2px #24bcdd; box-shadow: 1px 1px 3px 2px #24bcdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,188,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 #24bcdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24bcdd; -webkit-box-shadow: 1px 1px 3px 2px #24bcdd; box-shadow: 1px 1px 3px 2px #24bcdd;">
Div content here</div>
This div box has shadow with color #24bcdd
Comments
No comments written yet.
Please login to write comment.