Color spaces of #6bedfb
RGB | 107 | 237 | 251 |
---|---|---|---|
HSL | 0.52 | 0.95 | 0.70 |
HSV | 186° | 57° | 98° |
CMYK | 0.57 | 0.06 | 0.00 0.02 |
XYZ | 53.7602 | 70.6592 | 102.0719 |
Yxy | 70.6592 | 0.2374 | 0.3120 |
Hunter Lab | 84.0590 | -32.9431 | -13.1538 |
CIE-Lab | 87.3192 | -31.8394 | -17.6031 |
#6bedfb color RGB value is (107,237,251).
#6bedfb hex color red value is 107, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6bedfb hue: 0.52 , saturation: 0.95 and the lightness value of 6bedfb is 0.70.
The process color (four color CMYK) of #6bedfb color hex is 0.57, 0.06, 0.00, 0.02. Web safe color of #6bedfb is #66ffff. Color #6bedfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11101101 | 11111011 |
Octal | 153 | 355 | 373 |
Decimal | 107 | 237 | 251 |
Hex | 6B | ED | FB |
Shades of #6bedfb
Tints of #6bedfb
RGB Percentages of Color #6bedfb
CMYK Percentages of Color #6bedfb
Complementary Color
#6bedfb | #fb796b |
#6bedfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bedfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bedfb Color CSS Codes
.mybgcolor {background-color:#6bedfb; } .myforecolor {color:#6bedfb; } .mybordercolor {border:3px solid #6bedfb; }
#6bedfb Text Font Color
<p style="color:#6bedfb">Text here</p>
This sample text font color is #6bedfb
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.
#6bedfb Background Color
<div style="background-color:#6bedfb">
Div content here</div>
This div background color is #6bedfb
#6bedfb Border Color
<div style="border:3px solid #6bedfb">
Div here</div>
This div border color is #6bedfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,237,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bedfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bedfb; -webkit-box-shadow: 1px 1px 3px 2px #6bedfb; box-shadow: 1px 1px 3px 2px #6bedfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,237,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 #6bedfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bedfb; -webkit-box-shadow: 1px 1px 3px 2px #6bedfb; box-shadow: 1px 1px 3px 2px #6bedfb;">
Div content here</div>
This div box has shadow with color #6bedfb
Comments
No comments written yet.
Please login to write comment.