Color spaces of #06dfbf
RGB | 6 | 223 | 191 |
---|---|---|---|
HSL | 0.48 | 0.95 | 0.45 |
HSV | 171° | 97° | 87° |
CMYK | 0.97 | 0.00 | 0.14 0.13 |
XYZ | 35.8668 | 56.5757 | 58.3200 |
Yxy | 56.5757 | 0.2379 | 0.3753 |
Hunter Lab | 75.2168 | -46.5125 | 6.6808 |
CIE-Lab | 79.9404 | -52.2193 | 2.9908 |
#06dfbf color RGB value is (6,223,191).
#06dfbf hex color red value is 6, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #06dfbf hue: 0.48 , saturation: 0.95 and the lightness value of 06dfbf is 0.45.
The process color (four color CMYK) of #06dfbf color hex is 0.97, 0.00, 0.14, 0.13. Web safe color of #06dfbf is #00cccc. Color #06dfbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 11011111 | 10111111 |
Octal | 6 | 337 | 277 |
Decimal | 6 | 223 | 191 |
Hex | 6 | DF | BF |
Shades of #06dfbf
Tints of #06dfbf
RGB Percentages of Color #06dfbf
CMYK Percentages of Color #06dfbf
Complementary Color
#06dfbf | #df0626 |
#06dfbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06dfbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#06dfbf Color CSS Codes
.mybgcolor {background-color:#06dfbf; } .myforecolor {color:#06dfbf; } .mybordercolor {border:3px solid #06dfbf; }
#06dfbf Text Font Color
<p style="color:#06dfbf">Text here</p>
This sample text font color is #06dfbf
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.
#06dfbf Background Color
<div style="background-color:#06dfbf">
Div content here</div>
This div background color is #06dfbf
#06dfbf Border Color
<div style="border:3px solid #06dfbf">
Div here</div>
This div border color is #06dfbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,223,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06dfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06dfbf; -webkit-box-shadow: 1px 1px 3px 2px #06dfbf; box-shadow: 1px 1px 3px 2px #06dfbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,223,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 #06dfbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06dfbf; -webkit-box-shadow: 1px 1px 3px 2px #06dfbf; box-shadow: 1px 1px 3px 2px #06dfbf;">
Div content here</div>
This div box has shadow with color #06dfbf
Comments
No comments written yet.
Please login to write comment.