Color spaces of #6bffce
RGB | 107 | 255 | 206 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.71 |
HSV | 160° | 58° | 100° |
CMYK | 0.58 | 0.00 | 0.19 0.00 |
XYZ | 52.9640 | 79.1020 | 70.8692 |
Yxy | 79.1020 | 0.2610 | 0.3898 |
Hunter Lab | 88.9393 | -49.3457 | 15.0137 |
CIE-Lab | 91.2804 | -50.9652 | 11.6407 |
#6bffce color RGB value is (107,255,206).
#6bffce hex color red value is 107, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6bffce hue: 0.44 , saturation: 1.00 and the lightness value of 6bffce is 0.71.
The process color (four color CMYK) of #6bffce color hex is 0.58, 0.00, 0.19, 0.00. Web safe color of #6bffce is #66ffcc. Color #6bffce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11111111 | 11001110 |
Octal | 153 | 377 | 316 |
Decimal | 107 | 255 | 206 |
Hex | 6B | FF | CE |
Shades of #6bffce
Tints of #6bffce
RGB Percentages of Color #6bffce
CMYK Percentages of Color #6bffce
Complementary Color
#6bffce | #ff6b9c |
#6bffce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bffce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bffce Color CSS Codes
.mybgcolor {background-color:#6bffce; } .myforecolor {color:#6bffce; } .mybordercolor {border:3px solid #6bffce; }
#6bffce Text Font Color
<p style="color:#6bffce">Text here</p>
This sample text font color is #6bffce
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.
#6bffce Background Color
<div style="background-color:#6bffce">
Div content here</div>
This div background color is #6bffce
#6bffce Border Color
<div style="border:3px solid #6bffce">
Div here</div>
This div border color is #6bffce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,255,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bffce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bffce; -webkit-box-shadow: 1px 1px 3px 2px #6bffce; box-shadow: 1px 1px 3px 2px #6bffce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,255,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bffce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bffce; -webkit-box-shadow: 1px 1px 3px 2px #6bffce; box-shadow: 1px 1px 3px 2px #6bffce;">
Div content here</div>
This div box has shadow with color #6bffce
Comments
No comments written yet.
Please login to write comment.