Color spaces of #86afea
RGB | 134 | 175 | 234 |
---|---|---|---|
HSL | 0.60 | 0.70 | 0.72 |
HSV | 215° | 43° | 92° |
CMYK | 0.43 | 0.25 | 0.00 0.08 |
XYZ | 40.0128 | 41.6688 | 83.7759 |
Yxy | 41.6688 | 0.2418 | 0.2518 |
Hunter Lab | 64.5514 | -2.3199 | -31.7616 |
CIE-Lab | 70.6420 | 1.2776 | -33.8838 |
#86afea color RGB value is (134,175,234).
#86afea hex color red value is 134, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #86afea hue: 0.60 , saturation: 0.70 and the lightness value of 86afea is 0.72.
The process color (four color CMYK) of #86afea color hex is 0.43, 0.25, 0.00, 0.08. Web safe color of #86afea is #9999ff. Color #86afea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 10101111 | 11101010 |
Octal | 206 | 257 | 352 |
Decimal | 134 | 175 | 234 |
Hex | 86 | AF | EA |
Shades of #86afea
Tints of #86afea
RGB Percentages of Color #86afea
CMYK Percentages of Color #86afea
Complementary Color
#86afea | #eac186 |
#86afea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86afea Color Preview on White Background
Lorem ipsum dolor sit amet.
#86afea Color CSS Codes
.mybgcolor {background-color:#86afea; } .myforecolor {color:#86afea; } .mybordercolor {border:3px solid #86afea; }
#86afea Text Font Color
<p style="color:#86afea">Text here</p>
This sample text font color is #86afea
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.
#86afea Background Color
<div style="background-color:#86afea">
Div content here</div>
This div background color is #86afea
#86afea Border Color
<div style="border:3px solid #86afea">
Div here</div>
This div border color is #86afea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,175,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86afea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86afea; -webkit-box-shadow: 1px 1px 3px 2px #86afea; box-shadow: 1px 1px 3px 2px #86afea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,175,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86afea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86afea; -webkit-box-shadow: 1px 1px 3px 2px #86afea; box-shadow: 1px 1px 3px 2px #86afea;">
Div content here</div>
This div box has shadow with color #86afea
Comments
No comments written yet.
Please login to write comment.