Color spaces of #7aaadc
RGB | 122 | 170 | 220 |
---|---|---|---|
HSL | 0.59 | 0.58 | 0.67 |
HSV | 211° | 45° | 86° |
CMYK | 0.45 | 0.23 | 0.00 0.14 |
XYZ | 35.3190 | 38.0543 | 73.1939 |
Yxy | 38.0543 | 0.2410 | 0.2596 |
Hunter Lab | 61.6882 | -5.7557 | -27.1667 |
CIE-Lab | 68.0606 | -2.8624 | -30.2682 |
#7aaadc color RGB value is (122,170,220).
#7aaadc hex color red value is 122, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7aaadc hue: 0.59 , saturation: 0.58 and the lightness value of 7aaadc is 0.67.
The process color (four color CMYK) of #7aaadc color hex is 0.45, 0.23, 0.00, 0.14. Web safe color of #7aaadc is #6699cc. Color #7aaadc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101010 | 11011100 |
Octal | 172 | 252 | 334 |
Decimal | 122 | 170 | 220 |
Hex | 7A | AA | DC |
Shades of #7aaadc
Tints of #7aaadc
RGB Percentages of Color #7aaadc
CMYK Percentages of Color #7aaadc
Complementary Color
#7aaadc | #dcac7a |
#7aaadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aaadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aaadc Color CSS Codes
.mybgcolor {background-color:#7aaadc; } .myforecolor {color:#7aaadc; } .mybordercolor {border:3px solid #7aaadc; }
#7aaadc Text Font Color
<p style="color:#7aaadc">Text here</p>
This sample text font color is #7aaadc
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.
#7aaadc Background Color
<div style="background-color:#7aaadc">
Div content here</div>
This div background color is #7aaadc
#7aaadc Border Color
<div style="border:3px solid #7aaadc">
Div here</div>
This div border color is #7aaadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,170,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aaadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aaadc; -webkit-box-shadow: 1px 1px 3px 2px #7aaadc; box-shadow: 1px 1px 3px 2px #7aaadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,170,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aaadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aaadc; -webkit-box-shadow: 1px 1px 3px 2px #7aaadc; box-shadow: 1px 1px 3px 2px #7aaadc;">
Div content here</div>
This div box has shadow with color #7aaadc
Comments
No comments written yet.
Please login to write comment.