Color spaces of #6aceab
RGB | 106 | 206 | 171 |
---|---|---|---|
HSL | 0.44 | 0.51 | 0.61 |
HSV | 159° | 49° | 81° |
CMYK | 0.49 | 0.00 | 0.17 0.19 |
XYZ | 35.3659 | 50.1471 | 46.3435 |
Yxy | 50.1471 | 0.2682 | 0.3803 |
Hunter Lab | 70.8146 | -34.7800 | 10.7688 |
CIE-Lab | 76.1595 | -37.6122 | 8.4523 |
#6aceab color RGB value is (106,206,171).
#6aceab hex color red value is 106, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6aceab hue: 0.44 , saturation: 0.51 and the lightness value of 6aceab is 0.61.
The process color (four color CMYK) of #6aceab color hex is 0.49, 0.00, 0.17, 0.19. Web safe color of #6aceab is #66cc99. Color #6aceab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11001110 | 10101011 |
Octal | 152 | 316 | 253 |
Decimal | 106 | 206 | 171 |
Hex | 6A | CE | AB |
Shades of #6aceab
Tints of #6aceab
RGB Percentages of Color #6aceab
CMYK Percentages of Color #6aceab
Complementary Color
#6aceab | #ce6a8d |
#6aceab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aceab Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aceab Color CSS Codes
.mybgcolor {background-color:#6aceab; } .myforecolor {color:#6aceab; } .mybordercolor {border:3px solid #6aceab; }
#6aceab Text Font Color
<p style="color:#6aceab">Text here</p>
This sample text font color is #6aceab
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.
#6aceab Background Color
<div style="background-color:#6aceab">
Div content here</div>
This div background color is #6aceab
#6aceab Border Color
<div style="border:3px solid #6aceab">
Div here</div>
This div border color is #6aceab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,206,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aceab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aceab; -webkit-box-shadow: 1px 1px 3px 2px #6aceab; box-shadow: 1px 1px 3px 2px #6aceab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,206,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aceab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aceab; -webkit-box-shadow: 1px 1px 3px 2px #6aceab; box-shadow: 1px 1px 3px 2px #6aceab;">
Div content here</div>
This div box has shadow with color #6aceab
Comments
No comments written yet.
Please login to write comment.