Color spaces of #6eb7aa
RGB | 110 | 183 | 170 |
---|---|---|---|
HSL | 0.47 | 0.34 | 0.57 |
HSV | 169° | 40° | 72° |
CMYK | 0.40 | 0.00 | 0.07 0.28 |
XYZ | 30.6196 | 40.0842 | 44.1534 |
Yxy | 40.0842 | 0.2666 | 0.3490 |
Hunter Lab | 63.3121 | -24.4683 | 2.9700 |
CIE-Lab | 69.5295 | -25.9013 | -0.5705 |
#6eb7aa color RGB value is (110,183,170).
#6eb7aa hex color red value is 110, green value is 183 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6eb7aa hue: 0.47 , saturation: 0.34 and the lightness value of 6eb7aa is 0.57.
The process color (four color CMYK) of #6eb7aa color hex is 0.40, 0.00, 0.07, 0.28. Web safe color of #6eb7aa is #66cc99. Color #6eb7aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 10110111 | 10101010 |
Octal | 156 | 267 | 252 |
Decimal | 110 | 183 | 170 |
Hex | 6E | B7 | AA |
Shades of #6eb7aa
Tints of #6eb7aa
RGB Percentages of Color #6eb7aa
CMYK Percentages of Color #6eb7aa
Complementary Color
#6eb7aa | #b76e7b |
#6eb7aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6eb7aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6eb7aa Color CSS Codes
.mybgcolor {background-color:#6eb7aa; } .myforecolor {color:#6eb7aa; } .mybordercolor {border:3px solid #6eb7aa; }
#6eb7aa Text Font Color
<p style="color:#6eb7aa">Text here</p>
This sample text font color is #6eb7aa
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.
#6eb7aa Background Color
<div style="background-color:#6eb7aa">
Div content here</div>
This div background color is #6eb7aa
#6eb7aa Border Color
<div style="border:3px solid #6eb7aa">
Div here</div>
This div border color is #6eb7aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,183,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6eb7aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6eb7aa; -webkit-box-shadow: 1px 1px 3px 2px #6eb7aa; box-shadow: 1px 1px 3px 2px #6eb7aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,183,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 #6eb7aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6eb7aa; -webkit-box-shadow: 1px 1px 3px 2px #6eb7aa; box-shadow: 1px 1px 3px 2px #6eb7aa;">
Div content here</div>
This div box has shadow with color #6eb7aa
Comments
No comments written yet.
Please login to write comment.