Color spaces of #969088
RGB | 150 | 144 | 136 |
---|---|---|---|
HSL | 0.10 | 0.06 | 0.56 |
HSV | 34° | 9° | 59° |
CMYK | 0.00 | 0.04 | 0.09 0.41 |
XYZ | 26.9949 | 28.2081 | 27.3145 |
Yxy | 28.2081 | 0.3271 | 0.3418 |
Hunter Lab | 53.1113 | -2.2185 | 6.6858 |
CIE-Lab | 60.0763 | 0.7482 | 5.0294 |
#969088 color RGB value is (150,144,136).
#969088 hex color red value is 150, green value is 144 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #969088 hue: 0.10 , saturation: 0.06 and the lightness value of 969088 is 0.56.
The process color (four color CMYK) of #969088 color hex is 0.00, 0.04, 0.09, 0.41. Web safe color of #969088 is #999999. Color #969088 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10010000 | 10001000 |
Octal | 226 | 220 | 210 |
Decimal | 150 | 144 | 136 |
Hex | 96 | 90 | 88 |
Shades of #969088
Tints of #969088
RGB Percentages of Color #969088
CMYK Percentages of Color #969088
Complementary Color
#969088 | #888e96 |
#969088 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969088 Color Preview on White Background
Lorem ipsum dolor sit amet.
#969088 Color CSS Codes
.mybgcolor {background-color:#969088; } .myforecolor {color:#969088; } .mybordercolor {border:3px solid #969088; }
#969088 Text Font Color
<p style="color:#969088">Text here</p>
This sample text font color is #969088
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.
#969088 Background Color
<div style="background-color:#969088">
Div content here</div>
This div background color is #969088
#969088 Border Color
<div style="border:3px solid #969088">
Div here</div>
This div border color is #969088
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,144,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969088; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969088; -webkit-box-shadow: 1px 1px 3px 2px #969088; box-shadow: 1px 1px 3px 2px #969088; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,144,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969088">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969088; -webkit-box-shadow: 1px 1px 3px 2px #969088; box-shadow: 1px 1px 3px 2px #969088;">
Div content here</div>
This div box has shadow with color #969088
Comments
No comments written yet.
Please login to write comment.