Color spaces of #6dccbc
RGB | 109 | 204 | 188 |
---|---|---|---|
HSL | 0.47 | 0.48 | 0.61 |
HSV | 170° | 47° | 80° |
CMYK | 0.47 | 0.00 | 0.08 0.20 |
XYZ | 36.9766 | 50.0678 | 55.2921 |
Yxy | 50.0678 | 0.2598 | 0.3518 |
Hunter Lab | 70.7586 | -30.5481 | 3.2007 |
CIE-Lab | 76.1109 | -32.0240 | -0.7507 |
#6dccbc color RGB value is (109,204,188).
#6dccbc hex color red value is 109, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6dccbc hue: 0.47 , saturation: 0.48 and the lightness value of 6dccbc is 0.61.
The process color (four color CMYK) of #6dccbc color hex is 0.47, 0.00, 0.08, 0.20. Web safe color of #6dccbc is #66cccc. Color #6dccbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11001100 | 10111100 |
Octal | 155 | 314 | 274 |
Decimal | 109 | 204 | 188 |
Hex | 6D | CC | BC |
Shades of #6dccbc
Tints of #6dccbc
RGB Percentages of Color #6dccbc
CMYK Percentages of Color #6dccbc
Complementary Color
#6dccbc | #cc6d7d |
#6dccbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dccbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dccbc Color CSS Codes
.mybgcolor {background-color:#6dccbc; } .myforecolor {color:#6dccbc; } .mybordercolor {border:3px solid #6dccbc; }
#6dccbc Text Font Color
<p style="color:#6dccbc">Text here</p>
This sample text font color is #6dccbc
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.
#6dccbc Background Color
<div style="background-color:#6dccbc">
Div content here</div>
This div background color is #6dccbc
#6dccbc Border Color
<div style="border:3px solid #6dccbc">
Div here</div>
This div border color is #6dccbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,204,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dccbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dccbc; -webkit-box-shadow: 1px 1px 3px 2px #6dccbc; box-shadow: 1px 1px 3px 2px #6dccbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,204,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dccbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dccbc; -webkit-box-shadow: 1px 1px 3px 2px #6dccbc; box-shadow: 1px 1px 3px 2px #6dccbc;">
Div content here</div>
This div box has shadow with color #6dccbc
Comments
No comments written yet.
Please login to write comment.