Color spaces of #acbaba
RGB | 172 | 186 | 186 |
---|---|---|---|
HSL | 0.50 | 0.09 | 0.70 |
HSV | 180° | 8° | 73° |
CMYK | 0.08 | 0.00 | 0.00 0.27 |
XYZ | 43.4351 | 47.4336 | 53.3207 |
Yxy | 47.4336 | 0.3012 | 0.3290 |
Hunter Lab | 68.8721 | -7.9526 | 2.3082 |
CIE-Lab | 74.4663 | -4.8137 | -1.6669 |
#acbaba color RGB value is (172,186,186).
#acbaba hex color red value is 172, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #acbaba hue: 0.50 , saturation: 0.09 and the lightness value of acbaba is 0.70.
The process color (four color CMYK) of #acbaba color hex is 0.08, 0.00, 0.00, 0.27. Web safe color of #acbaba is #99cccc. Color #acbaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111010 | 10111010 |
Octal | 254 | 272 | 272 |
Decimal | 172 | 186 | 186 |
Hex | AC | BA | BA |
Shades of #acbaba
Tints of #acbaba
RGB Percentages of Color #acbaba
CMYK Percentages of Color #acbaba
Complementary Color
#acbaba | #baacac |
#acbaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbaba Color CSS Codes
.mybgcolor {background-color:#acbaba; } .myforecolor {color:#acbaba; } .mybordercolor {border:3px solid #acbaba; }
#acbaba Text Font Color
<p style="color:#acbaba">Text here</p>
This sample text font color is #acbaba
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.
#acbaba Background Color
<div style="background-color:#acbaba">
Div content here</div>
This div background color is #acbaba
#acbaba Border Color
<div style="border:3px solid #acbaba">
Div here</div>
This div border color is #acbaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,186,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbaba; -webkit-box-shadow: 1px 1px 3px 2px #acbaba; box-shadow: 1px 1px 3px 2px #acbaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,186,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acbaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbaba; -webkit-box-shadow: 1px 1px 3px 2px #acbaba; box-shadow: 1px 1px 3px 2px #acbaba;">
Div content here</div>
This div box has shadow with color #acbaba
Comments
No comments written yet.
Please login to write comment.