Color spaces of #8aaabd
RGB | 138 | 170 | 189 |
---|---|---|---|
HSL | 0.56 | 0.28 | 0.64 |
HSV | 202° | 27° | 74° |
CMYK | 0.27 | 0.10 | 0.00 0.26 |
XYZ | 34.0413 | 37.8268 | 53.6513 |
Yxy | 37.8268 | 0.2712 | 0.3014 |
Hunter Lab | 61.5035 | -8.8339 | -8.6680 |
CIE-Lab | 67.8928 | -6.5270 | -13.3256 |
#8aaabd color RGB value is (138,170,189).
#8aaabd hex color red value is 138, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8aaabd hue: 0.56 , saturation: 0.28 and the lightness value of 8aaabd is 0.64.
The process color (four color CMYK) of #8aaabd color hex is 0.27, 0.10, 0.00, 0.26. Web safe color of #8aaabd is #9999cc. Color #8aaabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 10101010 | 10111101 |
Octal | 212 | 252 | 275 |
Decimal | 138 | 170 | 189 |
Hex | 8A | AA | BD |
Shades of #8aaabd
Tints of #8aaabd
RGB Percentages of Color #8aaabd
CMYK Percentages of Color #8aaabd
Complementary Color
#8aaabd | #bd9d8a |
#8aaabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aaabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aaabd Color CSS Codes
.mybgcolor {background-color:#8aaabd; } .myforecolor {color:#8aaabd; } .mybordercolor {border:3px solid #8aaabd; }
#8aaabd Text Font Color
<p style="color:#8aaabd">Text here</p>
This sample text font color is #8aaabd
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.
#8aaabd Background Color
<div style="background-color:#8aaabd">
Div content here</div>
This div background color is #8aaabd
#8aaabd Border Color
<div style="border:3px solid #8aaabd">
Div here</div>
This div border color is #8aaabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aaabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aaabd; -webkit-box-shadow: 1px 1px 3px 2px #8aaabd; box-shadow: 1px 1px 3px 2px #8aaabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,170,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aaabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aaabd; -webkit-box-shadow: 1px 1px 3px 2px #8aaabd; box-shadow: 1px 1px 3px 2px #8aaabd;">
Div content here</div>
This div box has shadow with color #8aaabd
Comments
No comments written yet.
Please login to write comment.