Color spaces of #6ecbbd
RGB | 110 | 203 | 189 |
---|---|---|---|
HSL | 0.47 | 0.47 | 0.61 |
HSV | 171° | 46° | 80° |
CMYK | 0.46 | 0.00 | 0.07 0.20 |
XYZ | 36.9717 | 49.7010 | 55.7888 |
Yxy | 49.7010 | 0.2595 | 0.3489 |
Hunter Lab | 70.4989 | -29.7625 | 2.4306 |
CIE-Lab | 75.8854 | -31.0682 | -1.6159 |
#6ecbbd color RGB value is (110,203,189).
#6ecbbd hex color red value is 110, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6ecbbd hue: 0.47 , saturation: 0.47 and the lightness value of 6ecbbd is 0.61.
The process color (four color CMYK) of #6ecbbd color hex is 0.46, 0.00, 0.07, 0.20. Web safe color of #6ecbbd is #66cccc. Color #6ecbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 11001011 | 10111101 |
Octal | 156 | 313 | 275 |
Decimal | 110 | 203 | 189 |
Hex | 6E | CB | BD |
Shades of #6ecbbd
Tints of #6ecbbd
RGB Percentages of Color #6ecbbd
CMYK Percentages of Color #6ecbbd
Complementary Color
#6ecbbd | #cb6e7c |
#6ecbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ecbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ecbbd Color CSS Codes
.mybgcolor {background-color:#6ecbbd; } .myforecolor {color:#6ecbbd; } .mybordercolor {border:3px solid #6ecbbd; }
#6ecbbd Text Font Color
<p style="color:#6ecbbd">Text here</p>
This sample text font color is #6ecbbd
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.
#6ecbbd Background Color
<div style="background-color:#6ecbbd">
Div content here</div>
This div background color is #6ecbbd
#6ecbbd Border Color
<div style="border:3px solid #6ecbbd">
Div here</div>
This div border color is #6ecbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,203,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ecbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ecbbd; -webkit-box-shadow: 1px 1px 3px 2px #6ecbbd; box-shadow: 1px 1px 3px 2px #6ecbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,203,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ecbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ecbbd; -webkit-box-shadow: 1px 1px 3px 2px #6ecbbd; box-shadow: 1px 1px 3px 2px #6ecbbd;">
Div content here</div>
This div box has shadow with color #6ecbbd
Comments
No comments written yet.
Please login to write comment.