Color spaces of #88bdbf
RGB | 136 | 189 | 191 |
---|---|---|---|
HSL | 0.51 | 0.30 | 0.64 |
HSV | 182° | 29° | 75° |
CMYK | 0.29 | 0.01 | 0.00 0.25 |
XYZ | 37.7549 | 45.3910 | 56.0617 |
Yxy | 45.3910 | 0.2712 | 0.3261 |
Hunter Lab | 67.3728 | -17.8733 | -2.1749 |
CIE-Lab | 73.1486 | -16.7125 | -6.5950 |
#88bdbf color RGB value is (136,189,191).
#88bdbf hex color red value is 136, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88bdbf hue: 0.51 , saturation: 0.30 and the lightness value of 88bdbf is 0.64.
The process color (four color CMYK) of #88bdbf color hex is 0.29, 0.01, 0.00, 0.25. Web safe color of #88bdbf is #99cccc. Color #88bdbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10111101 | 10111111 |
Octal | 210 | 275 | 277 |
Decimal | 136 | 189 | 191 |
Hex | 88 | BD | BF |
Shades of #88bdbf
Tints of #88bdbf
RGB Percentages of Color #88bdbf
CMYK Percentages of Color #88bdbf
Complementary Color
#88bdbf | #bf8a88 |
#88bdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88bdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#88bdbf Color CSS Codes
.mybgcolor {background-color:#88bdbf; } .myforecolor {color:#88bdbf; } .mybordercolor {border:3px solid #88bdbf; }
#88bdbf Text Font Color
<p style="color:#88bdbf">Text here</p>
This sample text font color is #88bdbf
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.
#88bdbf Background Color
<div style="background-color:#88bdbf">
Div content here</div>
This div background color is #88bdbf
#88bdbf Border Color
<div style="border:3px solid #88bdbf">
Div here</div>
This div border color is #88bdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,189,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88bdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88bdbf; -webkit-box-shadow: 1px 1px 3px 2px #88bdbf; box-shadow: 1px 1px 3px 2px #88bdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,189,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88bdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88bdbf; -webkit-box-shadow: 1px 1px 3px 2px #88bdbf; box-shadow: 1px 1px 3px 2px #88bdbf;">
Div content here</div>
This div box has shadow with color #88bdbf
Comments
No comments written yet.
Please login to write comment.