Color spaces of #06febf
RGB | 6 | 254 | 191 |
---|---|---|---|
HSL | 0.46 | 0.99 | 0.51 |
HSV | 165° | 98° | 100° |
CMYK | 0.98 | 0.00 | 0.25 0.00 |
XYZ | 44.9209 | 74.6839 | 61.3381 |
Yxy | 74.6839 | 0.2483 | 0.4127 |
Hunter Lab | 86.4198 | -58.4507 | 18.4117 |
CIE-Lab | 89.2447 | -64.1716 | 16.2780 |
#06febf color RGB value is (6,254,191).
#06febf hex color red value is 6, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #06febf hue: 0.46 , saturation: 0.99 and the lightness value of 06febf is 0.51.
The process color (four color CMYK) of #06febf color hex is 0.98, 0.00, 0.25, 0.00. Web safe color of #06febf is #00ffcc. Color #06febf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 11111110 | 10111111 |
Octal | 6 | 376 | 277 |
Decimal | 6 | 254 | 191 |
Hex | 6 | FE | BF |
Shades of #06febf
Tints of #06febf
RGB Percentages of Color #06febf
CMYK Percentages of Color #06febf
Complementary Color
#06febf | #fe0645 |
#06febf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06febf Color Preview on White Background
Lorem ipsum dolor sit amet.
#06febf Color CSS Codes
.mybgcolor {background-color:#06febf; } .myforecolor {color:#06febf; } .mybordercolor {border:3px solid #06febf; }
#06febf Text Font Color
<p style="color:#06febf">Text here</p>
This sample text font color is #06febf
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.
#06febf Background Color
<div style="background-color:#06febf">
Div content here</div>
This div background color is #06febf
#06febf Border Color
<div style="border:3px solid #06febf">
Div here</div>
This div border color is #06febf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,254,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06febf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06febf; -webkit-box-shadow: 1px 1px 3px 2px #06febf; box-shadow: 1px 1px 3px 2px #06febf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,254,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06febf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06febf; -webkit-box-shadow: 1px 1px 3px 2px #06febf; box-shadow: 1px 1px 3px 2px #06febf;">
Div content here</div>
This div box has shadow with color #06febf
Comments
No comments written yet.
Please login to write comment.