Color spaces of #87bfcd
RGB | 135 | 191 | 205 |
---|---|---|---|
HSL | 0.53 | 0.41 | 0.67 |
HSV | 192° | 34° | 80° |
CMYK | 0.34 | 0.07 | 0.00 0.20 |
XYZ | 39.6419 | 46.8203 | 64.7055 |
Yxy | 46.8203 | 0.2622 | 0.3097 |
Hunter Lab | 68.4254 | -16.3313 | -8.1690 |
CIE-Lab | 74.0747 | -14.6800 | -12.8463 |
#87bfcd color RGB value is (135,191,205).
#87bfcd hex color red value is 135, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #87bfcd hue: 0.53 , saturation: 0.41 and the lightness value of 87bfcd is 0.67.
The process color (four color CMYK) of #87bfcd color hex is 0.34, 0.07, 0.00, 0.20. Web safe color of #87bfcd is #99cccc. Color #87bfcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10111111 | 11001101 |
Octal | 207 | 277 | 315 |
Decimal | 135 | 191 | 205 |
Hex | 87 | BF | CD |
Shades of #87bfcd
Tints of #87bfcd
RGB Percentages of Color #87bfcd
CMYK Percentages of Color #87bfcd
Complementary Color
#87bfcd | #cd9587 |
#87bfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87bfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#87bfcd Color CSS Codes
.mybgcolor {background-color:#87bfcd; } .myforecolor {color:#87bfcd; } .mybordercolor {border:3px solid #87bfcd; }
#87bfcd Text Font Color
<p style="color:#87bfcd">Text here</p>
This sample text font color is #87bfcd
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.
#87bfcd Background Color
<div style="background-color:#87bfcd">
Div content here</div>
This div background color is #87bfcd
#87bfcd Border Color
<div style="border:3px solid #87bfcd">
Div here</div>
This div border color is #87bfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,191,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87bfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87bfcd; -webkit-box-shadow: 1px 1px 3px 2px #87bfcd; box-shadow: 1px 1px 3px 2px #87bfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,191,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87bfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87bfcd; -webkit-box-shadow: 1px 1px 3px 2px #87bfcd; box-shadow: 1px 1px 3px 2px #87bfcd;">
Div content here</div>
This div box has shadow with color #87bfcd
Comments
No comments written yet.
Please login to write comment.