Color spaces of #8aacfb
RGB | 138 | 172 | 251 |
---|---|---|---|
HSL | 0.62 | 0.93 | 0.76 |
HSV | 222° | 45° | 98° |
CMYK | 0.45 | 0.31 | 0.00 0.02 |
XYZ | 42.6463 | 41.8734 | 97.1014 |
Yxy | 41.8734 | 0.2348 | 0.2306 |
Hunter Lab | 64.7097 | 4.3969 | -43.6721 |
CIE-Lab | 70.7835 | 8.7145 | -42.8825 |
#8aacfb color RGB value is (138,172,251).
#8aacfb hex color red value is 138, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8aacfb hue: 0.62 , saturation: 0.93 and the lightness value of 8aacfb is 0.76.
The process color (four color CMYK) of #8aacfb color hex is 0.45, 0.31, 0.00, 0.02. Web safe color of #8aacfb is #9999ff. Color #8aacfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10101100 | 11111011 |
Octal | 212 | 254 | 373 |
Decimal | 138 | 172 | 251 |
Hex | 8A | AC | FB |
Shades of #8aacfb
Tints of #8aacfb
RGB Percentages of Color #8aacfb
CMYK Percentages of Color #8aacfb
Complementary Color
#8aacfb | #fbd98a |
#8aacfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aacfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aacfb Color CSS Codes
.mybgcolor {background-color:#8aacfb; } .myforecolor {color:#8aacfb; } .mybordercolor {border:3px solid #8aacfb; }
#8aacfb Text Font Color
<p style="color:#8aacfb">Text here</p>
This sample text font color is #8aacfb
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.
#8aacfb Background Color
<div style="background-color:#8aacfb">
Div content here</div>
This div background color is #8aacfb
#8aacfb Border Color
<div style="border:3px solid #8aacfb">
Div here</div>
This div border color is #8aacfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,172,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aacfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aacfb; -webkit-box-shadow: 1px 1px 3px 2px #8aacfb; box-shadow: 1px 1px 3px 2px #8aacfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,172,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aacfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aacfb; -webkit-box-shadow: 1px 1px 3px 2px #8aacfb; box-shadow: 1px 1px 3px 2px #8aacfb;">
Div content here</div>
This div box has shadow with color #8aacfb
Comments
No comments written yet.
Please login to write comment.