Color spaces of #7aabae
RGB | 122 | 171 | 174 |
---|---|---|---|
HSL | 0.51 | 0.24 | 0.58 |
HSV | 183° | 30° | 68° |
CMYK | 0.30 | 0.02 | 0.00 0.32 |
XYZ | 30.2289 | 36.3194 | 45.4615 |
Yxy | 36.3194 | 0.2699 | 0.3243 |
Hunter Lab | 60.2656 | -15.9301 | -2.5397 |
CIE-Lab | 66.7633 | -15.4421 | -6.7875 |
#7aabae color RGB value is (122,171,174).
#7aabae hex color red value is 122, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7aabae hue: 0.51 , saturation: 0.24 and the lightness value of 7aabae is 0.58.
The process color (four color CMYK) of #7aabae color hex is 0.30, 0.02, 0.00, 0.32. Web safe color of #7aabae is #669999. Color #7aabae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101011 | 10101110 |
Octal | 172 | 253 | 256 |
Decimal | 122 | 171 | 174 |
Hex | 7A | AB | AE |
Shades of #7aabae
Tints of #7aabae
RGB Percentages of Color #7aabae
CMYK Percentages of Color #7aabae
Complementary Color
#7aabae | #ae7d7a |
#7aabae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aabae Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aabae Color CSS Codes
.mybgcolor {background-color:#7aabae; } .myforecolor {color:#7aabae; } .mybordercolor {border:3px solid #7aabae; }
#7aabae Text Font Color
<p style="color:#7aabae">Text here</p>
This sample text font color is #7aabae
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.
#7aabae Background Color
<div style="background-color:#7aabae">
Div content here</div>
This div background color is #7aabae
#7aabae Border Color
<div style="border:3px solid #7aabae">
Div here</div>
This div border color is #7aabae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,171,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aabae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aabae; -webkit-box-shadow: 1px 1px 3px 2px #7aabae; box-shadow: 1px 1px 3px 2px #7aabae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,171,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aabae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aabae; -webkit-box-shadow: 1px 1px 3px 2px #7aabae; box-shadow: 1px 1px 3px 2px #7aabae;">
Div content here</div>
This div box has shadow with color #7aabae
Comments
No comments written yet.
Please login to write comment.