Color spaces of #acbcbf
RGB | 172 | 188 | 191 |
---|---|---|---|
HSL | 0.53 | 0.13 | 0.71 |
HSV | 189° | 10° | 75° |
CMYK | 0.10 | 0.02 | 0.00 0.25 |
XYZ | 44.4004 | 48.4987 | 56.3112 |
Yxy | 48.4987 | 0.2976 | 0.3250 |
Hunter Lab | 69.6410 | -8.0671 | 0.8073 |
CIE-Lab | 75.1384 | -4.8786 | -3.4018 |
#acbcbf color RGB value is (172,188,191).
#acbcbf hex color red value is 172, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acbcbf hue: 0.53 , saturation: 0.13 and the lightness value of acbcbf is 0.71.
The process color (four color CMYK) of #acbcbf color hex is 0.10, 0.02, 0.00, 0.25. Web safe color of #acbcbf is #99cccc. Color #acbcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111100 | 10111111 |
Octal | 254 | 274 | 277 |
Decimal | 172 | 188 | 191 |
Hex | AC | BC | BF |
Shades of #acbcbf
Tints of #acbcbf
RGB Percentages of Color #acbcbf
CMYK Percentages of Color #acbcbf
Complementary Color
#acbcbf | #bfafac |
#acbcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbcbf Color CSS Codes
.mybgcolor {background-color:#acbcbf; } .myforecolor {color:#acbcbf; } .mybordercolor {border:3px solid #acbcbf; }
#acbcbf Text Font Color
<p style="color:#acbcbf">Text here</p>
This sample text font color is #acbcbf
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.
#acbcbf Background Color
<div style="background-color:#acbcbf">
Div content here</div>
This div background color is #acbcbf
#acbcbf Border Color
<div style="border:3px solid #acbcbf">
Div here</div>
This div border color is #acbcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbcbf; -webkit-box-shadow: 1px 1px 3px 2px #acbcbf; box-shadow: 1px 1px 3px 2px #acbcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,188,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 #acbcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbcbf; -webkit-box-shadow: 1px 1px 3px 2px #acbcbf; box-shadow: 1px 1px 3px 2px #acbcbf;">
Div content here</div>
This div box has shadow with color #acbcbf
Comments
No comments written yet.
Please login to write comment.