Color spaces of #99acbf
RGB | 153 | 172 | 191 |
---|---|---|---|
HSL | 0.58 | 0.23 | 0.67 |
HSV | 210° | 20° | 75° |
CMYK | 0.20 | 0.10 | 0.00 0.25 |
XYZ | 37.2934 | 40.0389 | 55.0529 |
Yxy | 40.0389 | 0.2817 | 0.3024 |
Hunter Lab | 63.2763 | -5.5303 | -7.2913 |
CIE-Lab | 69.4972 | -2.4775 | -11.9231 |
#99acbf color RGB value is (153,172,191).
#99acbf hex color red value is 153, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #99acbf hue: 0.58 , saturation: 0.23 and the lightness value of 99acbf is 0.67.
The process color (four color CMYK) of #99acbf color hex is 0.20, 0.10, 0.00, 0.25. Web safe color of #99acbf is #9999cc. Color #99acbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10101100 | 10111111 |
Octal | 231 | 254 | 277 |
Decimal | 153 | 172 | 191 |
Hex | 99 | AC | BF |
Shades of #99acbf
Tints of #99acbf
RGB Percentages of Color #99acbf
CMYK Percentages of Color #99acbf
Complementary Color
#99acbf | #bfac99 |
#99acbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99acbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#99acbf Color CSS Codes
.mybgcolor {background-color:#99acbf; } .myforecolor {color:#99acbf; } .mybordercolor {border:3px solid #99acbf; }
#99acbf Text Font Color
<p style="color:#99acbf">Text here</p>
This sample text font color is #99acbf
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.
#99acbf Background Color
<div style="background-color:#99acbf">
Div content here</div>
This div background color is #99acbf
#99acbf Border Color
<div style="border:3px solid #99acbf">
Div here</div>
This div border color is #99acbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,172,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99acbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99acbf; -webkit-box-shadow: 1px 1px 3px 2px #99acbf; box-shadow: 1px 1px 3px 2px #99acbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,172,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 #99acbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99acbf; -webkit-box-shadow: 1px 1px 3px 2px #99acbf; box-shadow: 1px 1px 3px 2px #99acbf;">
Div content here</div>
This div box has shadow with color #99acbf
Comments
No comments written yet.
Please login to write comment.