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