Color spaces of #06ddaf
RGB | 6 | 221 | 175 |
---|---|---|---|
HSL | 0.46 | 0.95 | 0.45 |
HSV | 167° | 97° | 87° |
CMYK | 0.97 | 0.00 | 0.21 0.13 |
XYZ | 33.6694 | 54.8468 | 49.3694 |
Yxy | 54.8468 | 0.2442 | 0.3978 |
Hunter Lab | 74.0586 | -48.4508 | 12.3168 |
CIE-Lab | 78.9529 | -55.4980 | 10.0631 |
#06ddaf color RGB value is (6,221,175).
#06ddaf hex color red value is 6, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #06ddaf hue: 0.46 , saturation: 0.95 and the lightness value of 06ddaf is 0.45.
The process color (four color CMYK) of #06ddaf color hex is 0.97, 0.00, 0.21, 0.13. Web safe color of #06ddaf is #00cc99. Color #06ddaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 11011101 | 10101111 |
Octal | 6 | 335 | 257 |
Decimal | 6 | 221 | 175 |
Hex | 6 | DD | AF |
Shades of #06ddaf
Tints of #06ddaf
RGB Percentages of Color #06ddaf
CMYK Percentages of Color #06ddaf
Complementary Color
#06ddaf | #dd0634 |
#06ddaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06ddaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#06ddaf Color CSS Codes
.mybgcolor {background-color:#06ddaf; } .myforecolor {color:#06ddaf; } .mybordercolor {border:3px solid #06ddaf; }
#06ddaf Text Font Color
<p style="color:#06ddaf">Text here</p>
This sample text font color is #06ddaf
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.
#06ddaf Background Color
<div style="background-color:#06ddaf">
Div content here</div>
This div background color is #06ddaf
#06ddaf Border Color
<div style="border:3px solid #06ddaf">
Div here</div>
This div border color is #06ddaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,221,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06ddaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06ddaf; -webkit-box-shadow: 1px 1px 3px 2px #06ddaf; box-shadow: 1px 1px 3px 2px #06ddaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,221,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06ddaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06ddaf; -webkit-box-shadow: 1px 1px 3px 2px #06ddaf; box-shadow: 1px 1px 3px 2px #06ddaf;">
Div content here</div>
This div box has shadow with color #06ddaf
Comments
No comments written yet.
Please login to write comment.