Color spaces of #87dbdc
RGB | 135 | 219 | 220 |
---|---|---|---|
HSL | 0.50 | 0.55 | 0.70 |
HSV | 181° | 39° | 86° |
CMYK | 0.39 | 0.00 | 0.00 0.14 |
XYZ | 48.2415 | 60.9812 | 76.9381 |
Yxy | 60.9812 | 0.2591 | 0.3276 |
Hunter Lab | 78.0905 | -26.3874 | -3.7518 |
CIE-Lab | 82.3686 | -25.1639 | -8.5371 |
#87dbdc color RGB value is (135,219,220).
#87dbdc hex color red value is 135, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #87dbdc hue: 0.50 , saturation: 0.55 and the lightness value of 87dbdc is 0.70.
The process color (four color CMYK) of #87dbdc color hex is 0.39, 0.00, 0.00, 0.14. Web safe color of #87dbdc is #99cccc. Color #87dbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11011011 | 11011100 |
Octal | 207 | 333 | 334 |
Decimal | 135 | 219 | 220 |
Hex | 87 | DB | DC |
Shades of #87dbdc
Tints of #87dbdc
RGB Percentages of Color #87dbdc
CMYK Percentages of Color #87dbdc
Complementary Color
#87dbdc | #dc8887 |
#87dbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87dbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#87dbdc Color CSS Codes
.mybgcolor {background-color:#87dbdc; } .myforecolor {color:#87dbdc; } .mybordercolor {border:3px solid #87dbdc; }
#87dbdc Text Font Color
<p style="color:#87dbdc">Text here</p>
This sample text font color is #87dbdc
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.
#87dbdc Background Color
<div style="background-color:#87dbdc">
Div content here</div>
This div background color is #87dbdc
#87dbdc Border Color
<div style="border:3px solid #87dbdc">
Div here</div>
This div border color is #87dbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,219,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87dbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87dbdc; -webkit-box-shadow: 1px 1px 3px 2px #87dbdc; box-shadow: 1px 1px 3px 2px #87dbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,219,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87dbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87dbdc; -webkit-box-shadow: 1px 1px 3px 2px #87dbdc; box-shadow: 1px 1px 3px 2px #87dbdc;">
Div content here</div>
This div box has shadow with color #87dbdc
Comments
No comments written yet.
Please login to write comment.