Color spaces of #36bbfa
RGB | 54 | 187 | 250 |
---|---|---|---|
HSL | 0.55 | 0.95 | 0.60 |
HSV | 199° | 78° | 98° |
CMYK | 0.78 | 0.25 | 0.00 0.02 |
XYZ | 36.5470 | 43.2270 | 96.8599 |
Yxy | 43.2270 | 0.2069 | 0.2447 |
Hunter Lab | 65.7472 | -15.8347 | -41.3239 |
CIE-Lab | 71.7088 | -14.4685 | -41.1276 |
#36bbfa color RGB value is (54,187,250).
#36bbfa hex color red value is 54, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #36bbfa hue: 0.55 , saturation: 0.95 and the lightness value of 36bbfa is 0.60.
The process color (four color CMYK) of #36bbfa color hex is 0.78, 0.25, 0.00, 0.02. Web safe color of #36bbfa is #33ccff. Color #36bbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10111011 | 11111010 |
Octal | 66 | 273 | 372 |
Decimal | 54 | 187 | 250 |
Hex | 36 | BB | FA |
Shades of #36bbfa
Tints of #36bbfa
RGB Percentages of Color #36bbfa
CMYK Percentages of Color #36bbfa
Complementary Color
#36bbfa | #fa7536 |
#36bbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36bbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#36bbfa Color CSS Codes
.mybgcolor {background-color:#36bbfa; } .myforecolor {color:#36bbfa; } .mybordercolor {border:3px solid #36bbfa; }
#36bbfa Text Font Color
<p style="color:#36bbfa">Text here</p>
This sample text font color is #36bbfa
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.
#36bbfa Background Color
<div style="background-color:#36bbfa">
Div content here</div>
This div background color is #36bbfa
#36bbfa Border Color
<div style="border:3px solid #36bbfa">
Div here</div>
This div border color is #36bbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,187,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36bbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36bbfa; -webkit-box-shadow: 1px 1px 3px 2px #36bbfa; box-shadow: 1px 1px 3px 2px #36bbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,187,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36bbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36bbfa; -webkit-box-shadow: 1px 1px 3px 2px #36bbfa; box-shadow: 1px 1px 3px 2px #36bbfa;">
Div content here</div>
This div box has shadow with color #36bbfa
Comments
No comments written yet.
Please login to write comment.