Color spaces of #6bfbbc
RGB | 107 | 251 | 188 |
---|---|---|---|
HSL | 0.43 | 0.95 | 0.70 |
HSV | 154° | 57° | 98° |
CMYK | 0.57 | 0.00 | 0.25 0.02 |
XYZ | 49.6377 | 75.7510 | 59.5822 |
Yxy | 75.7510 | 0.2684 | 0.4095 |
Hunter Lab | 87.0351 | -50.5095 | 20.3360 |
CIE-Lab | 89.7436 | -53.1414 | 18.7296 |
#6bfbbc color RGB value is (107,251,188).
#6bfbbc hex color red value is 107, green value is 251 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6bfbbc hue: 0.43 , saturation: 0.95 and the lightness value of 6bfbbc is 0.70.
The process color (four color CMYK) of #6bfbbc color hex is 0.57, 0.00, 0.25, 0.02. Web safe color of #6bfbbc is #66ffcc. Color #6bfbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11111011 | 10111100 |
Octal | 153 | 373 | 274 |
Decimal | 107 | 251 | 188 |
Hex | 6B | FB | BC |
Shades of #6bfbbc
Tints of #6bfbbc
RGB Percentages of Color #6bfbbc
CMYK Percentages of Color #6bfbbc
Complementary Color
#6bfbbc | #fb6baa |
#6bfbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bfbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bfbbc Color CSS Codes
.mybgcolor {background-color:#6bfbbc; } .myforecolor {color:#6bfbbc; } .mybordercolor {border:3px solid #6bfbbc; }
#6bfbbc Text Font Color
<p style="color:#6bfbbc">Text here</p>
This sample text font color is #6bfbbc
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.
#6bfbbc Background Color
<div style="background-color:#6bfbbc">
Div content here</div>
This div background color is #6bfbbc
#6bfbbc Border Color
<div style="border:3px solid #6bfbbc">
Div here</div>
This div border color is #6bfbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,251,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bfbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bfbbc; -webkit-box-shadow: 1px 1px 3px 2px #6bfbbc; box-shadow: 1px 1px 3px 2px #6bfbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,251,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bfbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bfbbc; -webkit-box-shadow: 1px 1px 3px 2px #6bfbbc; box-shadow: 1px 1px 3px 2px #6bfbbc;">
Div content here</div>
This div box has shadow with color #6bfbbc
Comments
No comments written yet.
Please login to write comment.