Color spaces of #8aaffa
RGB | 138 | 175 | 250 |
---|---|---|---|
HSL | 0.61 | 0.92 | 0.76 |
HSV | 220° | 45° | 98° |
CMYK | 0.45 | 0.30 | 0.00 0.02 |
XYZ | 43.0665 | 42.9653 | 96.4658 |
Yxy | 42.9653 | 0.2360 | 0.2354 |
Hunter Lab | 65.5479 | 2.5698 | -41.3726 |
CIE-Lab | 71.5314 | 6.7441 | -41.1722 |
#8aaffa color RGB value is (138,175,250).
#8aaffa hex color red value is 138, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8aaffa hue: 0.61 , saturation: 0.92 and the lightness value of 8aaffa is 0.76.
The process color (four color CMYK) of #8aaffa color hex is 0.45, 0.30, 0.00, 0.02. Web safe color of #8aaffa is #9999ff. Color #8aaffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10101111 | 11111010 |
Octal | 212 | 257 | 372 |
Decimal | 138 | 175 | 250 |
Hex | 8A | AF | FA |
Shades of #8aaffa
Tints of #8aaffa
RGB Percentages of Color #8aaffa
CMYK Percentages of Color #8aaffa
Complementary Color
#8aaffa | #fad58a |
#8aaffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aaffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aaffa Color CSS Codes
.mybgcolor {background-color:#8aaffa; } .myforecolor {color:#8aaffa; } .mybordercolor {border:3px solid #8aaffa; }
#8aaffa Text Font Color
<p style="color:#8aaffa">Text here</p>
This sample text font color is #8aaffa
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.
#8aaffa Background Color
<div style="background-color:#8aaffa">
Div content here</div>
This div background color is #8aaffa
#8aaffa Border Color
<div style="border:3px solid #8aaffa">
Div here</div>
This div border color is #8aaffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,175,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aaffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aaffa; -webkit-box-shadow: 1px 1px 3px 2px #8aaffa; box-shadow: 1px 1px 3px 2px #8aaffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,175,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aaffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aaffa; -webkit-box-shadow: 1px 1px 3px 2px #8aaffa; box-shadow: 1px 1px 3px 2px #8aaffa;">
Div content here</div>
This div box has shadow with color #8aaffa
Comments
No comments written yet.
Please login to write comment.