Color spaces of #4bbafc
RGB | 75 | 186 | 252 |
---|---|---|---|
HSL | 0.56 | 0.97 | 0.64 |
HSV | 202° | 70° | 99° |
CMYK | 0.70 | 0.26 | 0.00 0.01 |
XYZ | 38.0312 | 43.6419 | 98.5147 |
Yxy | 43.6419 | 0.2111 | 0.2422 |
Hunter Lab | 66.0620 | -12.8480 | -42.1725 |
CIE-Lab | 71.9885 | -10.8175 | -41.7345 |
#4bbafc color RGB value is (75,186,252).
#4bbafc hex color red value is 75, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4bbafc hue: 0.56 , saturation: 0.97 and the lightness value of 4bbafc is 0.64.
The process color (four color CMYK) of #4bbafc color hex is 0.70, 0.26, 0.00, 0.01. Web safe color of #4bbafc is #33ccff. Color #4bbafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10111010 | 11111100 |
Octal | 113 | 272 | 374 |
Decimal | 75 | 186 | 252 |
Hex | 4B | BA | FC |
Shades of #4bbafc
Tints of #4bbafc
RGB Percentages of Color #4bbafc
CMYK Percentages of Color #4bbafc
Complementary Color
#4bbafc | #fc8d4b |
#4bbafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bbafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bbafc Color CSS Codes
.mybgcolor {background-color:#4bbafc; } .myforecolor {color:#4bbafc; } .mybordercolor {border:3px solid #4bbafc; }
#4bbafc Text Font Color
<p style="color:#4bbafc">Text here</p>
This sample text font color is #4bbafc
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.
#4bbafc Background Color
<div style="background-color:#4bbafc">
Div content here</div>
This div background color is #4bbafc
#4bbafc Border Color
<div style="border:3px solid #4bbafc">
Div here</div>
This div border color is #4bbafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,186,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bbafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bbafc; -webkit-box-shadow: 1px 1px 3px 2px #4bbafc; box-shadow: 1px 1px 3px 2px #4bbafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,186,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bbafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bbafc; -webkit-box-shadow: 1px 1px 3px 2px #4bbafc; box-shadow: 1px 1px 3px 2px #4bbafc;">
Div content here</div>
This div box has shadow with color #4bbafc
Comments
No comments written yet.
Please login to write comment.