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