Color spaces of #1bffce
RGB | 27 | 255 | 206 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.55 |
HSV | 167° | 89° | 100° |
CMYK | 0.89 | 0.00 | 0.19 0.00 |
XYZ | 47.3526 | 76.2092 | 70.6066 |
Yxy | 76.2092 | 0.2439 | 0.3925 |
Hunter Lab | 87.2979 | -55.9483 | 13.1547 |
CIE-Lab | 89.9564 | -60.3346 | 9.5723 |
#1bffce color RGB value is (27,255,206).
#1bffce hex color red value is 27, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1bffce hue: 0.46 , saturation: 1.00 and the lightness value of 1bffce is 0.55.
The process color (four color CMYK) of #1bffce color hex is 0.89, 0.00, 0.19, 0.00. Web safe color of #1bffce is #33ffcc. Color #1bffce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11111111 | 11001110 |
Octal | 33 | 377 | 316 |
Decimal | 27 | 255 | 206 |
Hex | 1B | FF | CE |
Shades of #1bffce
Tints of #1bffce
RGB Percentages of Color #1bffce
CMYK Percentages of Color #1bffce
Complementary Color
#1bffce | #ff1b4c |
#1bffce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bffce Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bffce Color CSS Codes
.mybgcolor {background-color:#1bffce; } .myforecolor {color:#1bffce; } .mybordercolor {border:3px solid #1bffce; }
#1bffce Text Font Color
<p style="color:#1bffce">Text here</p>
This sample text font color is #1bffce
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.
#1bffce Background Color
<div style="background-color:#1bffce">
Div content here</div>
This div background color is #1bffce
#1bffce Border Color
<div style="border:3px solid #1bffce">
Div here</div>
This div border color is #1bffce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,255,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bffce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bffce; -webkit-box-shadow: 1px 1px 3px 2px #1bffce; box-shadow: 1px 1px 3px 2px #1bffce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,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 #1bffce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bffce; -webkit-box-shadow: 1px 1px 3px 2px #1bffce; box-shadow: 1px 1px 3px 2px #1bffce;">
Div content here</div>
This div box has shadow with color #1bffce
Comments
No comments written yet.
Please login to write comment.