Color spaces of #18bcff
RGB | 24 | 188 | 255 |
---|---|---|---|
HSL | 0.55 | 1.00 | 0.55 |
HSV | 197° | 91° | 100° |
CMYK | 0.91 | 0.26 | 0.00 0.00 |
XYZ | 36.4099 | 43.3806 | 101.0620 |
Yxy | 43.3806 | 0.2013 | 0.2399 |
Hunter Lab | 65.8640 | -16.5863 | -44.8701 |
CIE-Lab | 71.8125 | -15.3710 | -43.6910 |
#18bcff color RGB value is (24,188,255).
#18bcff hex color red value is 24, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #18bcff hue: 0.55 , saturation: 1.00 and the lightness value of 18bcff is 0.55.
The process color (four color CMYK) of #18bcff color hex is 0.91, 0.26, 0.00, 0.00. Web safe color of #18bcff is #00ccff. Color #18bcff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 10111100 | 11111111 |
Octal | 30 | 274 | 377 |
Decimal | 24 | 188 | 255 |
Hex | 18 | BC | FF |
Shades of #18bcff
Tints of #18bcff
RGB Percentages of Color #18bcff
CMYK Percentages of Color #18bcff
Complementary Color
#18bcff | #ff5b18 |
#18bcff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#18bcff Color Preview on White Background
Lorem ipsum dolor sit amet.
#18bcff Color CSS Codes
.mybgcolor {background-color:#18bcff; } .myforecolor {color:#18bcff; } .mybordercolor {border:3px solid #18bcff; }
#18bcff Text Font Color
<p style="color:#18bcff">Text here</p>
This sample text font color is #18bcff
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.
#18bcff Background Color
<div style="background-color:#18bcff">
Div content here</div>
This div background color is #18bcff
#18bcff Border Color
<div style="border:3px solid #18bcff">
Div here</div>
This div border color is #18bcff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,188,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #18bcff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #18bcff; -webkit-box-shadow: 1px 1px 3px 2px #18bcff; box-shadow: 1px 1px 3px 2px #18bcff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,188,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #18bcff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #18bcff; -webkit-box-shadow: 1px 1px 3px 2px #18bcff; box-shadow: 1px 1px 3px 2px #18bcff;">
Div content here</div>
This div box has shadow with color #18bcff
Comments
No comments written yet.
Please login to write comment.