Color spaces of #86aabd
RGB | 134 | 170 | 189 |
---|---|---|---|
HSL | 0.56 | 0.29 | 0.63 |
HSV | 201° | 29° | 74° |
CMYK | 0.29 | 0.10 | 0.00 0.26 |
XYZ | 33.3915 | 37.4919 | 53.6209 |
Yxy | 37.4919 | 0.2682 | 0.3011 |
Hunter Lab | 61.2306 | -9.8104 | -9.0600 |
CIE-Lab | 67.6445 | -7.7305 | -13.7239 |
#86aabd color RGB value is (134,170,189).
#86aabd hex color red value is 134, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #86aabd hue: 0.56 , saturation: 0.29 and the lightness value of 86aabd is 0.63.
The process color (four color CMYK) of #86aabd color hex is 0.29, 0.10, 0.00, 0.26. Web safe color of #86aabd is #9999cc. Color #86aabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10101010 | 10111101 |
Octal | 206 | 252 | 275 |
Decimal | 134 | 170 | 189 |
Hex | 86 | AA | BD |
Shades of #86aabd
Tints of #86aabd
RGB Percentages of Color #86aabd
CMYK Percentages of Color #86aabd
Complementary Color
#86aabd | #bd9986 |
#86aabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86aabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#86aabd Color CSS Codes
.mybgcolor {background-color:#86aabd; } .myforecolor {color:#86aabd; } .mybordercolor {border:3px solid #86aabd; }
#86aabd Text Font Color
<p style="color:#86aabd">Text here</p>
This sample text font color is #86aabd
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.
#86aabd Background Color
<div style="background-color:#86aabd">
Div content here</div>
This div background color is #86aabd
#86aabd Border Color
<div style="border:3px solid #86aabd">
Div here</div>
This div border color is #86aabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86aabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86aabd; -webkit-box-shadow: 1px 1px 3px 2px #86aabd; box-shadow: 1px 1px 3px 2px #86aabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,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 #86aabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86aabd; -webkit-box-shadow: 1px 1px 3px 2px #86aabd; box-shadow: 1px 1px 3px 2px #86aabd;">
Div content here</div>
This div box has shadow with color #86aabd
Comments
No comments written yet.
Please login to write comment.