Color spaces of #7aafde
RGB | 122 | 175 | 222 |
---|---|---|---|
HSL | 0.58 | 0.60 | 0.67 |
HSV | 208° | 45° | 87° |
CMYK | 0.45 | 0.21 | 0.00 0.13 |
XYZ | 36.5408 | 40.0714 | 74.9159 |
Yxy | 40.0714 | 0.2411 | 0.2644 |
Hunter Lab | 63.3020 | -7.7401 | -25.8565 |
CIE-Lab | 69.5204 | -5.0563 | -29.1148 |
#7aafde color RGB value is (122,175,222).
#7aafde hex color red value is 122, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7aafde hue: 0.58 , saturation: 0.60 and the lightness value of 7aafde is 0.67.
The process color (four color CMYK) of #7aafde color hex is 0.45, 0.21, 0.00, 0.13. Web safe color of #7aafde is #6699cc. Color #7aafde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111010 | 10101111 | 11011110 |
Octal | 172 | 257 | 336 |
Decimal | 122 | 175 | 222 |
Hex | 7A | AF | DE |
Shades of #7aafde
Tints of #7aafde
RGB Percentages of Color #7aafde
CMYK Percentages of Color #7aafde
Complementary Color
#7aafde | #dea97a |
#7aafde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7aafde Color Preview on White Background
Lorem ipsum dolor sit amet.
#7aafde Color CSS Codes
.mybgcolor {background-color:#7aafde; } .myforecolor {color:#7aafde; } .mybordercolor {border:3px solid #7aafde; }
#7aafde Text Font Color
<p style="color:#7aafde">Text here</p>
This sample text font color is #7aafde
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.
#7aafde Background Color
<div style="background-color:#7aafde">
Div content here</div>
This div background color is #7aafde
#7aafde Border Color
<div style="border:3px solid #7aafde">
Div here</div>
This div border color is #7aafde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(122,175,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7aafde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7aafde; -webkit-box-shadow: 1px 1px 3px 2px #7aafde; box-shadow: 1px 1px 3px 2px #7aafde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(122,175,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7aafde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7aafde; -webkit-box-shadow: 1px 1px 3px 2px #7aafde; box-shadow: 1px 1px 3px 2px #7aafde;">
Div content here</div>
This div box has shadow with color #7aafde
Comments
No comments written yet.
Please login to write comment.