Color spaces of #87ddaa
RGB | 135 | 221 | 170 |
---|---|---|---|
HSL | 0.40 | 0.56 | 0.70 |
HSV | 144° | 39° | 87° |
CMYK | 0.39 | 0.00 | 0.23 0.13 |
XYZ | 43.1038 | 59.7661 | 47.2944 |
Yxy | 59.7661 | 0.2870 | 0.3980 |
Hunter Lab | 77.3085 | -35.7663 | 17.8446 |
CIE-Lab | 81.7109 | -37.0221 | 17.0017 |
#87ddaa color RGB value is (135,221,170).
#87ddaa hex color red value is 135, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #87ddaa hue: 0.40 , saturation: 0.56 and the lightness value of 87ddaa is 0.70.
The process color (four color CMYK) of #87ddaa color hex is 0.39, 0.00, 0.23, 0.13. Web safe color of #87ddaa is #99cc99. Color #87ddaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 11011101 | 10101010 |
Octal | 207 | 335 | 252 |
Decimal | 135 | 221 | 170 |
Hex | 87 | DD | AA |
Shades of #87ddaa
Tints of #87ddaa
RGB Percentages of Color #87ddaa
CMYK Percentages of Color #87ddaa
Complementary Color
#87ddaa | #dd87ba |
#87ddaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87ddaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#87ddaa Color CSS Codes
.mybgcolor {background-color:#87ddaa; } .myforecolor {color:#87ddaa; } .mybordercolor {border:3px solid #87ddaa; }
#87ddaa Text Font Color
<p style="color:#87ddaa">Text here</p>
This sample text font color is #87ddaa
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.
#87ddaa Background Color
<div style="background-color:#87ddaa">
Div content here</div>
This div background color is #87ddaa
#87ddaa Border Color
<div style="border:3px solid #87ddaa">
Div here</div>
This div border color is #87ddaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,221,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87ddaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87ddaa; -webkit-box-shadow: 1px 1px 3px 2px #87ddaa; box-shadow: 1px 1px 3px 2px #87ddaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,221,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87ddaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87ddaa; -webkit-box-shadow: 1px 1px 3px 2px #87ddaa; box-shadow: 1px 1px 3px 2px #87ddaa;">
Div content here</div>
This div box has shadow with color #87ddaa
Comments
No comments written yet.
Please login to write comment.