Color spaces of #4bbcfb
RGB | 75 | 188 | 251 |
---|---|---|---|
HSL | 0.56 | 0.96 | 0.64 |
HSV | 201° | 70° | 98° |
CMYK | 0.70 | 0.25 | 0.00 0.02 |
XYZ | 38.2975 | 44.4273 | 97.8236 |
Yxy | 44.4273 | 0.2121 | 0.2461 |
Hunter Lab | 66.6538 | -14.0828 | -40.3585 |
CIE-Lab | 72.5132 | -12.2212 | -40.3765 |
#4bbcfb color RGB value is (75,188,251).
#4bbcfb hex color red value is 75, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4bbcfb hue: 0.56 , saturation: 0.96 and the lightness value of 4bbcfb is 0.64.
The process color (four color CMYK) of #4bbcfb color hex is 0.70, 0.25, 0.00, 0.02. Web safe color of #4bbcfb is #33ccff. Color #4bbcfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10111100 | 11111011 |
Octal | 113 | 274 | 373 |
Decimal | 75 | 188 | 251 |
Hex | 4B | BC | FB |
Shades of #4bbcfb
Tints of #4bbcfb
RGB Percentages of Color #4bbcfb
CMYK Percentages of Color #4bbcfb
Complementary Color
#4bbcfb | #fb8a4b |
#4bbcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bbcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bbcfb Color CSS Codes
.mybgcolor {background-color:#4bbcfb; } .myforecolor {color:#4bbcfb; } .mybordercolor {border:3px solid #4bbcfb; }
#4bbcfb Text Font Color
<p style="color:#4bbcfb">Text here</p>
This sample text font color is #4bbcfb
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.
#4bbcfb Background Color
<div style="background-color:#4bbcfb">
Div content here</div>
This div background color is #4bbcfb
#4bbcfb Border Color
<div style="border:3px solid #4bbcfb">
Div here</div>
This div border color is #4bbcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,188,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bbcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bbcfb; -webkit-box-shadow: 1px 1px 3px 2px #4bbcfb; box-shadow: 1px 1px 3px 2px #4bbcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,188,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bbcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bbcfb; -webkit-box-shadow: 1px 1px 3px 2px #4bbcfb; box-shadow: 1px 1px 3px 2px #4bbcfb;">
Div content here</div>
This div box has shadow with color #4bbcfb
Comments
No comments written yet.
Please login to write comment.