Color spaces of #87aaeb
RGB | 135 | 170 | 235 |
---|---|---|---|
HSL | 0.61 | 0.71 | 0.73 |
HSV | 219° | 43° | 92° |
CMYK | 0.43 | 0.28 | 0.00 0.08 |
XYZ | 39.3618 | 39.8985 | 84.2239 |
Yxy | 39.8985 | 0.2408 | 0.2441 |
Hunter Lab | 63.1653 | 0.6941 | -34.8410 |
CIE-Lab | 69.3972 | 4.5997 | -36.3561 |
#87aaeb color RGB value is (135,170,235).
#87aaeb hex color red value is 135, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #87aaeb hue: 0.61 , saturation: 0.71 and the lightness value of 87aaeb is 0.73.
The process color (four color CMYK) of #87aaeb color hex is 0.43, 0.28, 0.00, 0.08. Web safe color of #87aaeb is #9999ff. Color #87aaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10101010 | 11101011 |
Octal | 207 | 252 | 353 |
Decimal | 135 | 170 | 235 |
Hex | 87 | AA | EB |
Shades of #87aaeb
Tints of #87aaeb
RGB Percentages of Color #87aaeb
CMYK Percentages of Color #87aaeb
Complementary Color
#87aaeb | #ebc887 |
#87aaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87aaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#87aaeb Color CSS Codes
.mybgcolor {background-color:#87aaeb; } .myforecolor {color:#87aaeb; } .mybordercolor {border:3px solid #87aaeb; }
#87aaeb Text Font Color
<p style="color:#87aaeb">Text here</p>
This sample text font color is #87aaeb
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.
#87aaeb Background Color
<div style="background-color:#87aaeb">
Div content here</div>
This div background color is #87aaeb
#87aaeb Border Color
<div style="border:3px solid #87aaeb">
Div here</div>
This div border color is #87aaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,170,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87aaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87aaeb; -webkit-box-shadow: 1px 1px 3px 2px #87aaeb; box-shadow: 1px 1px 3px 2px #87aaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,170,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87aaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87aaeb; -webkit-box-shadow: 1px 1px 3px 2px #87aaeb; box-shadow: 1px 1px 3px 2px #87aaeb;">
Div content here</div>
This div box has shadow with color #87aaeb
Comments
No comments written yet.
Please login to write comment.