Color spaces of #6aeadd
RGB | 106 | 234 | 221 |
---|---|---|---|
HSL | 0.48 | 0.75 | 0.67 |
HSV | 174° | 55° | 92° |
CMYK | 0.55 | 0.00 | 0.06 0.08 |
XYZ | 48.4178 | 67.1303 | 78.8122 |
Yxy | 67.1303 | 0.2491 | 0.3454 |
Hunter Lab | 81.9331 | -37.8995 | 0.3216 |
CIE-Lab | 85.5697 | -38.4763 | -4.4529 |
#6aeadd color RGB value is (106,234,221).
#6aeadd hex color red value is 106, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6aeadd hue: 0.48 , saturation: 0.75 and the lightness value of 6aeadd is 0.67.
The process color (four color CMYK) of #6aeadd color hex is 0.55, 0.00, 0.06, 0.08. Web safe color of #6aeadd is #66ffcc. Color #6aeadd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 11101010 | 11011101 |
Octal | 152 | 352 | 335 |
Decimal | 106 | 234 | 221 |
Hex | 6A | EA | DD |
Shades of #6aeadd
Tints of #6aeadd
RGB Percentages of Color #6aeadd
CMYK Percentages of Color #6aeadd
Complementary Color
#6aeadd | #ea6a77 |
#6aeadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aeadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aeadd Color CSS Codes
.mybgcolor {background-color:#6aeadd; } .myforecolor {color:#6aeadd; } .mybordercolor {border:3px solid #6aeadd; }
#6aeadd Text Font Color
<p style="color:#6aeadd">Text here</p>
This sample text font color is #6aeadd
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.
#6aeadd Background Color
<div style="background-color:#6aeadd">
Div content here</div>
This div background color is #6aeadd
#6aeadd Border Color
<div style="border:3px solid #6aeadd">
Div here</div>
This div border color is #6aeadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,234,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aeadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aeadd; -webkit-box-shadow: 1px 1px 3px 2px #6aeadd; box-shadow: 1px 1px 3px 2px #6aeadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,234,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aeadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aeadd; -webkit-box-shadow: 1px 1px 3px 2px #6aeadd; box-shadow: 1px 1px 3px 2px #6aeadd;">
Div content here</div>
This div box has shadow with color #6aeadd
Comments
No comments written yet.
Please login to write comment.