Color spaces of #88b8ae
RGB | 136 | 184 | 174 |
---|---|---|---|
HSL | 0.47 | 0.25 | 0.63 |
HSV | 168° | 26° | 72° |
CMYK | 0.26 | 0.00 | 0.05 0.28 |
XYZ | 34.9338 | 42.5712 | 46.4203 |
Yxy | 42.5712 | 0.2819 | 0.3435 |
Hunter Lab | 65.2466 | -18.6106 | 3.4902 |
CIE-Lab | 71.2630 | -17.9773 | -0.0730 |
#88b8ae color RGB value is (136,184,174).
#88b8ae hex color red value is 136, green value is 184 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #88b8ae hue: 0.47 , saturation: 0.25 and the lightness value of 88b8ae is 0.63.
The process color (four color CMYK) of #88b8ae color hex is 0.26, 0.00, 0.05, 0.28. Web safe color of #88b8ae is #99cc99. Color #88b8ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10111000 | 10101110 |
Octal | 210 | 270 | 256 |
Decimal | 136 | 184 | 174 |
Hex | 88 | B8 | AE |
Shades of #88b8ae
Tints of #88b8ae
RGB Percentages of Color #88b8ae
CMYK Percentages of Color #88b8ae
Complementary Color
#88b8ae | #b88892 |
#88b8ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88b8ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#88b8ae Color CSS Codes
.mybgcolor {background-color:#88b8ae; } .myforecolor {color:#88b8ae; } .mybordercolor {border:3px solid #88b8ae; }
#88b8ae Text Font Color
<p style="color:#88b8ae">Text here</p>
This sample text font color is #88b8ae
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.
#88b8ae Background Color
<div style="background-color:#88b8ae">
Div content here</div>
This div background color is #88b8ae
#88b8ae Border Color
<div style="border:3px solid #88b8ae">
Div here</div>
This div border color is #88b8ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,184,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88b8ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88b8ae; -webkit-box-shadow: 1px 1px 3px 2px #88b8ae; box-shadow: 1px 1px 3px 2px #88b8ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,184,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 #88b8ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88b8ae; -webkit-box-shadow: 1px 1px 3px 2px #88b8ae; box-shadow: 1px 1px 3px 2px #88b8ae;">
Div content here</div>
This div box has shadow with color #88b8ae
Comments
No comments written yet.
Please login to write comment.