Color spaces of #6bcdaf
RGB | 107 | 205 | 175 |
---|---|---|---|
HSL | 0.45 | 0.49 | 0.61 |
HSV | 162° | 48° | 80° |
CMYK | 0.48 | 0.00 | 0.15 0.20 |
XYZ | 35.6326 | 49.8836 | 48.3079 |
Yxy | 49.8836 | 0.2663 | 0.3728 |
Hunter Lab | 70.6283 | -33.5448 | 8.8870 |
CIE-Lab | 75.9978 | -36.0135 | 6.0772 |
#6bcdaf color RGB value is (107,205,175).
#6bcdaf hex color red value is 107, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6bcdaf hue: 0.45 , saturation: 0.49 and the lightness value of 6bcdaf is 0.61.
The process color (four color CMYK) of #6bcdaf color hex is 0.48, 0.00, 0.15, 0.20. Web safe color of #6bcdaf is #66cc99. Color #6bcdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 11001101 | 10101111 |
Octal | 153 | 315 | 257 |
Decimal | 107 | 205 | 175 |
Hex | 6B | CD | AF |
Shades of #6bcdaf
Tints of #6bcdaf
RGB Percentages of Color #6bcdaf
CMYK Percentages of Color #6bcdaf
Complementary Color
#6bcdaf | #cd6b89 |
#6bcdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bcdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bcdaf Color CSS Codes
.mybgcolor {background-color:#6bcdaf; } .myforecolor {color:#6bcdaf; } .mybordercolor {border:3px solid #6bcdaf; }
#6bcdaf Text Font Color
<p style="color:#6bcdaf">Text here</p>
This sample text font color is #6bcdaf
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.
#6bcdaf Background Color
<div style="background-color:#6bcdaf">
Div content here</div>
This div background color is #6bcdaf
#6bcdaf Border Color
<div style="border:3px solid #6bcdaf">
Div here</div>
This div border color is #6bcdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bcdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bcdaf; -webkit-box-shadow: 1px 1px 3px 2px #6bcdaf; box-shadow: 1px 1px 3px 2px #6bcdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,205,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 #6bcdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bcdaf; -webkit-box-shadow: 1px 1px 3px 2px #6bcdaf; box-shadow: 1px 1px 3px 2px #6bcdaf;">
Div content here</div>
This div box has shadow with color #6bcdaf
Comments
No comments written yet.
Please login to write comment.