Color spaces of #7aabfe
RGB | 122 | 171 | 254 |
---|---|---|---|
HSL | 0.60 | 0.99 | 0.74 |
HSV | 218° | 52° | 100° |
CMYK | 0.52 | 0.33 | 0.00 0.00 |
XYZ | 40.4783 | 40.4192 | 99.4342 |
Yxy | 40.4192 | 0.2245 | 0.2241 |
Hunter Lab | 63.5761 | 2.3911 | -48.2274 |
CIE-Lab | 69.7671 | 6.4963 | -46.1645 |
#7aabfe color RGB value is (122,171,254).
#7aabfe hex color red value is 122, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7aabfe hue: 0.60 , saturation: 0.99 and the lightness value of 7aabfe is 0.74.
The process color (four color CMYK) of #7aabfe color hex is 0.52, 0.33, 0.00, 0.00. Web safe color of #7aabfe is #6699ff. Color #7aabfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101011 | 11111110 |
Octal | 172 | 253 | 376 |
Decimal | 122 | 171 | 254 |
Hex | 7A | AB | FE |
Shades of #7aabfe
Tints of #7aabfe
RGB Percentages of Color #7aabfe
CMYK Percentages of Color #7aabfe
Complementary Color
#7aabfe | #fecd7a |
#7aabfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aabfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aabfe Color CSS Codes
.mybgcolor {background-color:#7aabfe; } .myforecolor {color:#7aabfe; } .mybordercolor {border:3px solid #7aabfe; }
#7aabfe Text Font Color
<p style="color:#7aabfe">Text here</p>
This sample text font color is #7aabfe
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.
#7aabfe Background Color
<div style="background-color:#7aabfe">
Div content here</div>
This div background color is #7aabfe
#7aabfe Border Color
<div style="border:3px solid #7aabfe">
Div here</div>
This div border color is #7aabfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,171,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aabfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aabfe; -webkit-box-shadow: 1px 1px 3px 2px #7aabfe; box-shadow: 1px 1px 3px 2px #7aabfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,171,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aabfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aabfe; -webkit-box-shadow: 1px 1px 3px 2px #7aabfe; box-shadow: 1px 1px 3px 2px #7aabfe;">
Div content here</div>
This div box has shadow with color #7aabfe
Comments
No comments written yet.
Please login to write comment.