Color spaces of #69aaaa
RGB | 105 | 170 | 170 |
---|---|---|---|
HSL | 0.50 | 0.28 | 0.54 |
HSV | 180° | 38° | 67° |
CMYK | 0.38 | 0.00 | 0.00 0.33 |
XYZ | 27.4561 | 34.6550 | 43.2722 |
Yxy | 34.6550 | 0.2605 | 0.3288 |
Hunter Lab | 58.8685 | -19.7680 | -2.3741 |
CIE-Lab | 65.4792 | -20.6790 | -6.5623 |
#69aaaa color RGB value is (105,170,170).
#69aaaa hex color red value is 105, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #69aaaa hue: 0.50 , saturation: 0.28 and the lightness value of 69aaaa is 0.54.
The process color (four color CMYK) of #69aaaa color hex is 0.38, 0.00, 0.00, 0.33. Web safe color of #69aaaa is #669999. Color #69aaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10101010 | 10101010 |
Octal | 151 | 252 | 252 |
Decimal | 105 | 170 | 170 |
Hex | 69 | AA | AA |
Shades of #69aaaa
Tints of #69aaaa
RGB Percentages of Color #69aaaa
CMYK Percentages of Color #69aaaa
Complementary Color
#69aaaa | #aa6969 |
#69aaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#69aaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#69aaaa Color CSS Codes
.mybgcolor {background-color:#69aaaa; } .myforecolor {color:#69aaaa; } .mybordercolor {border:3px solid #69aaaa; }
#69aaaa Text Font Color
<p style="color:#69aaaa">Text here</p>
This sample text font color is #69aaaa
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.
#69aaaa Background Color
<div style="background-color:#69aaaa">
Div content here</div>
This div background color is #69aaaa
#69aaaa Border Color
<div style="border:3px solid #69aaaa">
Div here</div>
This div border color is #69aaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,170,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #69aaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #69aaaa; -webkit-box-shadow: 1px 1px 3px 2px #69aaaa; box-shadow: 1px 1px 3px 2px #69aaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,170,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 #69aaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #69aaaa; -webkit-box-shadow: 1px 1px 3px 2px #69aaaa; box-shadow: 1px 1px 3px 2px #69aaaa;">
Div content here</div>
This div box has shadow with color #69aaaa
Comments
No comments written yet.
Please login to write comment.