Color spaces of #3bcefb
RGB | 59 | 206 | 251 |
---|---|---|---|
HSL | 0.54 | 0.96 | 0.61 |
HSV | 194° | 76° | 98° |
CMYK | 0.76 | 0.18 | 0.00 0.02 |
XYZ | 41.2875 | 52.0375 | 99.1349 |
Yxy | 52.0375 | 0.2145 | 0.2704 |
Hunter Lab | 72.1370 | -24.0756 | -30.9839 |
CIE-Lab | 77.3033 | -23.4970 | -32.9762 |
#3bcefb color RGB value is (59,206,251).
#3bcefb hex color red value is 59, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3bcefb hue: 0.54 , saturation: 0.96 and the lightness value of 3bcefb is 0.61.
The process color (four color CMYK) of #3bcefb color hex is 0.76, 0.18, 0.00, 0.02. Web safe color of #3bcefb is #33ccff. Color #3bcefb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 11001110 | 11111011 |
Octal | 73 | 316 | 373 |
Decimal | 59 | 206 | 251 |
Hex | 3B | CE | FB |
Shades of #3bcefb
Tints of #3bcefb
RGB Percentages of Color #3bcefb
CMYK Percentages of Color #3bcefb
Complementary Color
#3bcefb | #fb683b |
#3bcefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bcefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bcefb Color CSS Codes
.mybgcolor {background-color:#3bcefb; } .myforecolor {color:#3bcefb; } .mybordercolor {border:3px solid #3bcefb; }
#3bcefb Text Font Color
<p style="color:#3bcefb">Text here</p>
This sample text font color is #3bcefb
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.
#3bcefb Background Color
<div style="background-color:#3bcefb">
Div content here</div>
This div background color is #3bcefb
#3bcefb Border Color
<div style="border:3px solid #3bcefb">
Div here</div>
This div border color is #3bcefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,206,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bcefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bcefb; -webkit-box-shadow: 1px 1px 3px 2px #3bcefb; box-shadow: 1px 1px 3px 2px #3bcefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,206,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 #3bcefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bcefb; -webkit-box-shadow: 1px 1px 3px 2px #3bcefb; box-shadow: 1px 1px 3px 2px #3bcefb;">
Div content here</div>
This div box has shadow with color #3bcefb
Comments
No comments written yet.
Please login to write comment.