Color spaces of #6bfabd
RGB | 107 | 250 | 189 |
---|---|---|---|
HSL | 0.43 | 0.93 | 0.70 |
HSV | 154° | 57° | 98° |
CMYK | 0.57 | 0.00 | 0.24 0.02 |
XYZ | 49.4343 | 75.1711 | 60.0481 |
Yxy | 75.1711 | 0.2677 | 0.4071 |
Hunter Lab | 86.7013 | -49.9522 | 19.6275 |
CIE-Lab | 89.4731 | -52.5260 | 17.8378 |
#6bfabd color RGB value is (107,250,189).
#6bfabd hex color red value is 107, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6bfabd hue: 0.43 , saturation: 0.93 and the lightness value of 6bfabd is 0.70.
The process color (four color CMYK) of #6bfabd color hex is 0.57, 0.00, 0.24, 0.02. Web safe color of #6bfabd is #66ffcc. Color #6bfabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11111010 | 10111101 |
Octal | 153 | 372 | 275 |
Decimal | 107 | 250 | 189 |
Hex | 6B | FA | BD |
Shades of #6bfabd
Tints of #6bfabd
RGB Percentages of Color #6bfabd
CMYK Percentages of Color #6bfabd
Complementary Color
#6bfabd | #fa6ba8 |
#6bfabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bfabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bfabd Color CSS Codes
.mybgcolor {background-color:#6bfabd; } .myforecolor {color:#6bfabd; } .mybordercolor {border:3px solid #6bfabd; }
#6bfabd Text Font Color
<p style="color:#6bfabd">Text here</p>
This sample text font color is #6bfabd
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.
#6bfabd Background Color
<div style="background-color:#6bfabd">
Div content here</div>
This div background color is #6bfabd
#6bfabd Border Color
<div style="border:3px solid #6bfabd">
Div here</div>
This div border color is #6bfabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,250,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bfabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bfabd; -webkit-box-shadow: 1px 1px 3px 2px #6bfabd; box-shadow: 1px 1px 3px 2px #6bfabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,250,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bfabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bfabd; -webkit-box-shadow: 1px 1px 3px 2px #6bfabd; box-shadow: 1px 1px 3px 2px #6bfabd;">
Div content here</div>
This div box has shadow with color #6bfabd
#6bfabd Color Palettes
Comments
No comments written yet.
Please login to write comment.