Color spaces of #24bbdc
RGB | 36 | 187 | 220 |
---|---|---|---|
HSL | 0.53 | 0.72 | 0.50 |
HSV | 191° | 84° | 86° |
CMYK | 0.84 | 0.15 | 0.00 0.14 |
XYZ | 31.4161 | 41.0830 | 73.9842 |
Yxy | 41.0830 | 0.2145 | 0.2805 |
Hunter Lab | 64.0960 | -24.6778 | -23.5695 |
CIE-Lab | 70.2340 | -25.9916 | -27.1493 |
#24bbdc color RGB value is (36,187,220).
#24bbdc hex color red value is 36, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #24bbdc hue: 0.53 , saturation: 0.72 and the lightness value of 24bbdc is 0.50.
The process color (four color CMYK) of #24bbdc color hex is 0.84, 0.15, 0.00, 0.14. Web safe color of #24bbdc is #33cccc. Color #24bbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 10111011 | 11011100 |
Octal | 44 | 273 | 334 |
Decimal | 36 | 187 | 220 |
Hex | 24 | BB | DC |
Shades of #24bbdc
Tints of #24bbdc
RGB Percentages of Color #24bbdc
CMYK Percentages of Color #24bbdc
Complementary Color
#24bbdc | #dc4524 |
#24bbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#24bbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#24bbdc Color CSS Codes
.mybgcolor {background-color:#24bbdc; } .myforecolor {color:#24bbdc; } .mybordercolor {border:3px solid #24bbdc; }
#24bbdc Text Font Color
<p style="color:#24bbdc">Text here</p>
This sample text font color is #24bbdc
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.
#24bbdc Background Color
<div style="background-color:#24bbdc">
Div content here</div>
This div background color is #24bbdc
#24bbdc Border Color
<div style="border:3px solid #24bbdc">
Div here</div>
This div border color is #24bbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,187,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #24bbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #24bbdc; -webkit-box-shadow: 1px 1px 3px 2px #24bbdc; box-shadow: 1px 1px 3px 2px #24bbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,187,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #24bbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #24bbdc; -webkit-box-shadow: 1px 1px 3px 2px #24bbdc; box-shadow: 1px 1px 3px 2px #24bbdc;">
Div content here</div>
This div box has shadow with color #24bbdc
Comments
No comments written yet.
Please login to write comment.