Color spaces of #87dcdf
RGB | 135 | 220 | 223 |
---|---|---|---|
HSL | 0.51 | 0.58 | 0.70 |
HSV | 182° | 39° | 87° |
CMYK | 0.39 | 0.01 | 0.00 0.13 |
XYZ | 48.9042 | 61.6650 | 79.1371 |
Yxy | 61.6650 | 0.2578 | 0.3251 |
Hunter Lab | 78.5271 | -26.2581 | -4.7816 |
CIE-Lab | 82.7349 | -24.9248 | -9.5868 |
#87dcdf color RGB value is (135,220,223).
#87dcdf hex color red value is 135, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #87dcdf hue: 0.51 , saturation: 0.58 and the lightness value of 87dcdf is 0.70.
The process color (four color CMYK) of #87dcdf color hex is 0.39, 0.01, 0.00, 0.13. Web safe color of #87dcdf is #99cccc. Color #87dcdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11011100 | 11011111 |
Octal | 207 | 334 | 337 |
Decimal | 135 | 220 | 223 |
Hex | 87 | DC | DF |
Shades of #87dcdf
Tints of #87dcdf
RGB Percentages of Color #87dcdf
CMYK Percentages of Color #87dcdf
Complementary Color
#87dcdf | #df8a87 |
#87dcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87dcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#87dcdf Color CSS Codes
.mybgcolor {background-color:#87dcdf; } .myforecolor {color:#87dcdf; } .mybordercolor {border:3px solid #87dcdf; }
#87dcdf Text Font Color
<p style="color:#87dcdf">Text here</p>
This sample text font color is #87dcdf
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.
#87dcdf Background Color
<div style="background-color:#87dcdf">
Div content here</div>
This div background color is #87dcdf
#87dcdf Border Color
<div style="border:3px solid #87dcdf">
Div here</div>
This div border color is #87dcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,220,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87dcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87dcdf; -webkit-box-shadow: 1px 1px 3px 2px #87dcdf; box-shadow: 1px 1px 3px 2px #87dcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,220,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87dcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87dcdf; -webkit-box-shadow: 1px 1px 3px 2px #87dcdf; box-shadow: 1px 1px 3px 2px #87dcdf;">
Div content here</div>
This div box has shadow with color #87dcdf
Comments
No comments written yet.
Please login to write comment.