Color spaces of #6adeab
RGB | 106 | 222 | 171 |
---|---|---|---|
HSL | 0.43 | 0.64 | 0.64 |
HSV | 154° | 52° | 87° |
CMYK | 0.52 | 0.00 | 0.23 0.13 |
XYZ | 39.4158 | 58.2470 | 47.6934 |
Yxy | 58.2470 | 0.2712 | 0.4007 |
Hunter Lab | 76.3197 | -41.3721 | 16.3725 |
CIE-Lab | 80.8759 | -44.7073 | 15.1374 |
#6adeab color RGB value is (106,222,171).
#6adeab hex color red value is 106, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6adeab hue: 0.43 , saturation: 0.64 and the lightness value of 6adeab is 0.64.
The process color (four color CMYK) of #6adeab color hex is 0.52, 0.00, 0.23, 0.13. Web safe color of #6adeab is #66cc99. Color #6adeab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11011110 | 10101011 |
Octal | 152 | 336 | 253 |
Decimal | 106 | 222 | 171 |
Hex | 6A | DE | AB |
Shades of #6adeab
Tints of #6adeab
RGB Percentages of Color #6adeab
CMYK Percentages of Color #6adeab
Complementary Color
#6adeab | #de6a9d |
#6adeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6adeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#6adeab Color CSS Codes
.mybgcolor {background-color:#6adeab; } .myforecolor {color:#6adeab; } .mybordercolor {border:3px solid #6adeab; }
#6adeab Text Font Color
<p style="color:#6adeab">Text here</p>
This sample text font color is #6adeab
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.
#6adeab Background Color
<div style="background-color:#6adeab">
Div content here</div>
This div background color is #6adeab
#6adeab Border Color
<div style="border:3px solid #6adeab">
Div here</div>
This div border color is #6adeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,222,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6adeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6adeab; -webkit-box-shadow: 1px 1px 3px 2px #6adeab; box-shadow: 1px 1px 3px 2px #6adeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,222,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 #6adeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6adeab; -webkit-box-shadow: 1px 1px 3px 2px #6adeab; box-shadow: 1px 1px 3px 2px #6adeab;">
Div content here</div>
This div box has shadow with color #6adeab
Comments
No comments written yet.
Please login to write comment.