Color spaces of #69efaa
RGB | 105 | 239 | 170 |
---|---|---|---|
HSL | 0.41 | 0.81 | 0.67 |
HSV | 149° | 56° | 94° |
CMYK | 0.56 | 0.00 | 0.29 0.06 |
XYZ | 43.9479 | 67.6385 | 48.7695 |
Yxy | 67.6385 | 0.2741 | 0.4218 |
Hunter Lab | 82.2426 | -48.5398 | 22.4111 |
CIE-Lab | 85.8254 | -52.2656 | 22.5370 |
#69efaa color RGB value is (105,239,170).
#69efaa hex color red value is 105, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69efaa hue: 0.41 , saturation: 0.81 and the lightness value of 69efaa is 0.67.
The process color (four color CMYK) of #69efaa color hex is 0.56, 0.00, 0.29, 0.06. Web safe color of #69efaa is #66ff99. Color #69efaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 11101111 | 10101010 |
Octal | 151 | 357 | 252 |
Decimal | 105 | 239 | 170 |
Hex | 69 | EF | AA |
Shades of #69efaa
Tints of #69efaa
RGB Percentages of Color #69efaa
CMYK Percentages of Color #69efaa
Complementary Color
#69efaa | #ef69ae |
#69efaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69efaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#69efaa Color CSS Codes
.mybgcolor {background-color:#69efaa; } .myforecolor {color:#69efaa; } .mybordercolor {border:3px solid #69efaa; }
#69efaa Text Font Color
<p style="color:#69efaa">Text here</p>
This sample text font color is #69efaa
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.
#69efaa Background Color
<div style="background-color:#69efaa">
Div content here</div>
This div background color is #69efaa
#69efaa Border Color
<div style="border:3px solid #69efaa">
Div here</div>
This div border color is #69efaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,239,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69efaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69efaa; -webkit-box-shadow: 1px 1px 3px 2px #69efaa; box-shadow: 1px 1px 3px 2px #69efaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,239,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 #69efaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69efaa; -webkit-box-shadow: 1px 1px 3px 2px #69efaa; box-shadow: 1px 1px 3px 2px #69efaa;">
Div content here</div>
This div box has shadow with color #69efaa
Comments
No comments written yet.
Please login to write comment.