Color spaces of #7890aa
RGB | 120 | 144 | 170 |
---|---|---|---|
HSL | 0.59 | 0.23 | 0.57 |
HSV | 211° | 29° | 67° |
CMYK | 0.29 | 0.15 | 0.00 0.33 |
XYZ | 24.9747 | 26.8419 | 41.8949 |
Yxy | 26.8419 | 0.2665 | 0.2864 |
Hunter Lab | 51.8092 | -4.6198 | -11.6778 |
CIE-Lab | 58.8277 | -2.2821 | -16.4535 |
#7890aa color RGB value is (120,144,170).
#7890aa hex color red value is 120, green value is 144 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7890aa hue: 0.59 , saturation: 0.23 and the lightness value of 7890aa is 0.57.
The process color (four color CMYK) of #7890aa color hex is 0.29, 0.15, 0.00, 0.33. Web safe color of #7890aa is #669999. Color #7890aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111000 | 10010000 | 10101010 |
Octal | 170 | 220 | 252 |
Decimal | 120 | 144 | 170 |
Hex | 78 | 90 | AA |
Shades of #7890aa
Tints of #7890aa
RGB Percentages of Color #7890aa
CMYK Percentages of Color #7890aa
Complementary Color
#7890aa | #aa9278 |
#7890aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7890aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7890aa Color CSS Codes
.mybgcolor {background-color:#7890aa; } .myforecolor {color:#7890aa; } .mybordercolor {border:3px solid #7890aa; }
#7890aa Text Font Color
<p style="color:#7890aa">Text here</p>
This sample text font color is #7890aa
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.
#7890aa Background Color
<div style="background-color:#7890aa">
Div content here</div>
This div background color is #7890aa
#7890aa Border Color
<div style="border:3px solid #7890aa">
Div here</div>
This div border color is #7890aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(120,144,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7890aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7890aa; -webkit-box-shadow: 1px 1px 3px 2px #7890aa; box-shadow: 1px 1px 3px 2px #7890aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(120,144,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 #7890aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7890aa; -webkit-box-shadow: 1px 1px 3px 2px #7890aa; box-shadow: 1px 1px 3px 2px #7890aa;">
Div content here</div>
This div box has shadow with color #7890aa
Comments
No comments written yet.
Please login to write comment.