Color spaces of #87fbdd
RGB | 135 | 251 | 221 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.76 |
HSV | 164° | 46° | 98° |
CMYK | 0.46 | 0.00 | 0.12 0.02 |
XYZ | 57.5400 | 79.3657 | 80.6931 |
Yxy | 79.3657 | 0.2644 | 0.3647 |
Hunter Lab | 89.0874 | -40.6130 | 8.6578 |
CIE-Lab | 91.3995 | -39.9548 | 4.1812 |
#87fbdd color RGB value is (135,251,221).
#87fbdd hex color red value is 135, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #87fbdd hue: 0.46 , saturation: 0.94 and the lightness value of 87fbdd is 0.76.
The process color (four color CMYK) of #87fbdd color hex is 0.46, 0.00, 0.12, 0.02. Web safe color of #87fbdd is #99ffcc. Color #87fbdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11111011 | 11011101 |
Octal | 207 | 373 | 335 |
Decimal | 135 | 251 | 221 |
Hex | 87 | FB | DD |
Shades of #87fbdd
Tints of #87fbdd
RGB Percentages of Color #87fbdd
CMYK Percentages of Color #87fbdd
Complementary Color
#87fbdd | #fb87a5 |
#87fbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87fbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#87fbdd Color CSS Codes
.mybgcolor {background-color:#87fbdd; } .myforecolor {color:#87fbdd; } .mybordercolor {border:3px solid #87fbdd; }
#87fbdd Text Font Color
<p style="color:#87fbdd">Text here</p>
This sample text font color is #87fbdd
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.
#87fbdd Background Color
<div style="background-color:#87fbdd">
Div content here</div>
This div background color is #87fbdd
#87fbdd Border Color
<div style="border:3px solid #87fbdd">
Div here</div>
This div border color is #87fbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,251,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87fbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87fbdd; -webkit-box-shadow: 1px 1px 3px 2px #87fbdd; box-shadow: 1px 1px 3px 2px #87fbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,251,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87fbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87fbdd; -webkit-box-shadow: 1px 1px 3px 2px #87fbdd; box-shadow: 1px 1px 3px 2px #87fbdd;">
Div content here</div>
This div box has shadow with color #87fbdd
Comments
No comments written yet.
Please login to write comment.