Color spaces of #87dcbb
RGB | 135 | 220 | 187 |
---|---|---|---|
HSL | 0.44 | 0.55 | 0.70 |
HSV | 157° | 39° | 86° |
CMYK | 0.39 | 0.00 | 0.15 0.14 |
XYZ | 44.5545 | 59.9252 | 56.2322 |
Yxy | 59.9252 | 0.2772 | 0.3729 |
Hunter Lab | 77.4114 | -32.7333 | 11.1193 |
CIE-Lab | 81.7975 | -33.1334 | 8.1546 |
#87dcbb color RGB value is (135,220,187).
#87dcbb hex color red value is 135, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #87dcbb hue: 0.44 , saturation: 0.55 and the lightness value of 87dcbb is 0.70.
The process color (four color CMYK) of #87dcbb color hex is 0.39, 0.00, 0.15, 0.14. Web safe color of #87dcbb is #99cccc. Color #87dcbb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11011100 | 10111011 |
Octal | 207 | 334 | 273 |
Decimal | 135 | 220 | 187 |
Hex | 87 | DC | BB |
Shades of #87dcbb
Tints of #87dcbb
RGB Percentages of Color #87dcbb
CMYK Percentages of Color #87dcbb
Complementary Color
#87dcbb | #dc87a8 |
#87dcbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87dcbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#87dcbb Color CSS Codes
.mybgcolor {background-color:#87dcbb; } .myforecolor {color:#87dcbb; } .mybordercolor {border:3px solid #87dcbb; }
#87dcbb Text Font Color
<p style="color:#87dcbb">Text here</p>
This sample text font color is #87dcbb
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.
#87dcbb Background Color
<div style="background-color:#87dcbb">
Div content here</div>
This div background color is #87dcbb
#87dcbb Border Color
<div style="border:3px solid #87dcbb">
Div here</div>
This div border color is #87dcbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,220,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87dcbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87dcbb; -webkit-box-shadow: 1px 1px 3px 2px #87dcbb; box-shadow: 1px 1px 3px 2px #87dcbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,220,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87dcbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87dcbb; -webkit-box-shadow: 1px 1px 3px 2px #87dcbb; box-shadow: 1px 1px 3px 2px #87dcbb;">
Div content here</div>
This div box has shadow with color #87dcbb
Comments
No comments written yet.
Please login to write comment.