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