Color spaces of #87dbae
RGB | 135 | 219 | 174 |
---|---|---|---|
HSL | 0.41 | 0.54 | 0.69 |
HSV | 148° | 38° | 86° |
CMYK | 0.38 | 0.00 | 0.21 0.14 |
XYZ | 42.9632 | 58.8699 | 49.1430 |
Yxy | 58.8699 | 0.2846 | 0.3899 |
Hunter Lab | 76.7267 | -34.3205 | 15.7338 |
CIE-Lab | 81.2200 | -35.3245 | 14.2071 |
#87dbae color RGB value is (135,219,174).
#87dbae hex color red value is 135, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #87dbae hue: 0.41 , saturation: 0.54 and the lightness value of 87dbae is 0.69.
The process color (four color CMYK) of #87dbae color hex is 0.38, 0.00, 0.21, 0.14. Web safe color of #87dbae is #99cc99. Color #87dbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11011011 | 10101110 |
Octal | 207 | 333 | 256 |
Decimal | 135 | 219 | 174 |
Hex | 87 | DB | AE |
Shades of #87dbae
Tints of #87dbae
RGB Percentages of Color #87dbae
CMYK Percentages of Color #87dbae
Complementary Color
#87dbae | #db87b4 |
#87dbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87dbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#87dbae Color CSS Codes
.mybgcolor {background-color:#87dbae; } .myforecolor {color:#87dbae; } .mybordercolor {border:3px solid #87dbae; }
#87dbae Text Font Color
<p style="color:#87dbae">Text here</p>
This sample text font color is #87dbae
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.
#87dbae Background Color
<div style="background-color:#87dbae">
Div content here</div>
This div background color is #87dbae
#87dbae Border Color
<div style="border:3px solid #87dbae">
Div here</div>
This div border color is #87dbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,219,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87dbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87dbae; -webkit-box-shadow: 1px 1px 3px 2px #87dbae; box-shadow: 1px 1px 3px 2px #87dbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,219,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87dbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87dbae; -webkit-box-shadow: 1px 1px 3px 2px #87dbae; box-shadow: 1px 1px 3px 2px #87dbae;">
Div content here</div>
This div box has shadow with color #87dbae
Comments
No comments written yet.
Please login to write comment.