Color spaces of #6dafaa
RGB | 109 | 175 | 170 |
---|---|---|---|
HSL | 0.49 | 0.29 | 0.56 |
HSV | 175° | 38° | 69° |
CMYK | 0.38 | 0.00 | 0.03 0.31 |
XYZ | 28.8923 | 36.8134 | 43.6131 |
Yxy | 36.8134 | 0.2643 | 0.3368 |
Hunter Lab | 60.6740 | -21.1799 | -0.1464 |
CIE-Lab | 67.1368 | -22.1584 | -4.0895 |
#6dafaa color RGB value is (109,175,170).
#6dafaa hex color red value is 109, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6dafaa hue: 0.49 , saturation: 0.29 and the lightness value of 6dafaa is 0.56.
The process color (four color CMYK) of #6dafaa color hex is 0.38, 0.00, 0.03, 0.31. Web safe color of #6dafaa is #669999. Color #6dafaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10101111 | 10101010 |
Octal | 155 | 257 | 252 |
Decimal | 109 | 175 | 170 |
Hex | 6D | AF | AA |
Shades of #6dafaa
Tints of #6dafaa
RGB Percentages of Color #6dafaa
CMYK Percentages of Color #6dafaa
Complementary Color
#6dafaa | #af6d72 |
#6dafaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dafaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dafaa Color CSS Codes
.mybgcolor {background-color:#6dafaa; } .myforecolor {color:#6dafaa; } .mybordercolor {border:3px solid #6dafaa; }
#6dafaa Text Font Color
<p style="color:#6dafaa">Text here</p>
This sample text font color is #6dafaa
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.
#6dafaa Background Color
<div style="background-color:#6dafaa">
Div content here</div>
This div background color is #6dafaa
#6dafaa Border Color
<div style="border:3px solid #6dafaa">
Div here</div>
This div border color is #6dafaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,175,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dafaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dafaa; -webkit-box-shadow: 1px 1px 3px 2px #6dafaa; box-shadow: 1px 1px 3px 2px #6dafaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,175,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dafaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dafaa; -webkit-box-shadow: 1px 1px 3px 2px #6dafaa; box-shadow: 1px 1px 3px 2px #6dafaa;">
Div content here</div>
This div box has shadow with color #6dafaa
Comments
No comments written yet.
Please login to write comment.