Color spaces of #7aaabc
RGB | 122 | 170 | 188 |
---|---|---|---|
HSL | 0.55 | 0.33 | 0.61 |
HSV | 196° | 35° | 74° |
CMYK | 0.35 | 0.10 | 0.00 0.26 |
XYZ | 31.4779 | 36.5179 | 52.9665 |
Yxy | 36.5179 | 0.2602 | 0.3019 |
Hunter Lab | 60.4300 | -12.7722 | -9.6662 |
CIE-Lab | 66.9138 | -11.4535 | -14.3386 |
#7aaabc color RGB value is (122,170,188).
#7aaabc hex color red value is 122, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7aaabc hue: 0.55 , saturation: 0.33 and the lightness value of 7aaabc is 0.61.
The process color (four color CMYK) of #7aaabc color hex is 0.35, 0.10, 0.00, 0.26. Web safe color of #7aaabc is #6699cc. Color #7aaabc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101010 | 10111100 |
Octal | 172 | 252 | 274 |
Decimal | 122 | 170 | 188 |
Hex | 7A | AA | BC |
Shades of #7aaabc
Tints of #7aaabc
RGB Percentages of Color #7aaabc
CMYK Percentages of Color #7aaabc
Complementary Color
#7aaabc | #bc8c7a |
#7aaabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aaabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aaabc Color CSS Codes
.mybgcolor {background-color:#7aaabc; } .myforecolor {color:#7aaabc; } .mybordercolor {border:3px solid #7aaabc; }
#7aaabc Text Font Color
<p style="color:#7aaabc">Text here</p>
This sample text font color is #7aaabc
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.
#7aaabc Background Color
<div style="background-color:#7aaabc">
Div content here</div>
This div background color is #7aaabc
#7aaabc Border Color
<div style="border:3px solid #7aaabc">
Div here</div>
This div border color is #7aaabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,170,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aaabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aaabc; -webkit-box-shadow: 1px 1px 3px 2px #7aaabc; box-shadow: 1px 1px 3px 2px #7aaabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,170,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aaabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aaabc; -webkit-box-shadow: 1px 1px 3px 2px #7aaabc; box-shadow: 1px 1px 3px 2px #7aaabc;">
Div content here</div>
This div box has shadow with color #7aaabc
Comments
No comments written yet.
Please login to write comment.